Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fcbc6b84598bef4d4ca95c593070c2a5cba1da35
/
.
/
compiler
/
testData
/
repl
/
classes
/
classReferencesVal.repl
blob: d3643a150f970bbff2753876c0ee4768875743ab [
file
]
>>>
val c
=
"OK"
>>>
inner
class
A
{
...
fun foo
()
=
c
...
}
>>>
A
().
foo
()
OK