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