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