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