Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
c234f72ea4dcebd1ff29c5a1fcd540f29a83be46
/
.
/
analysis
/
low-level-api-fir
/
testData
/
lazyResolveScopes
/
classFromStatement.kts
blob: 67d27b998f27783bf1b62aca56106858ce9ce070 [
file
]
package
lowlevel
if
(
true
)
{
class
MyClas
<caret>
s
{
fun
function
(
i
:
Int
)
=
i
val
property
=
function
(
1
)
}
}
fun foo
()
{}