Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
073a50037049a4e0869085bf4acf7c29e56210e3
/
.
/
compiler
/
testData
/
codegen
/
box
/
innerNested
/
extensionToNested.kt
blob: 553ff99ae00086e95044ff18ee9c2f4152d15776 [
file
] [
log
] [
blame
]
class
Test
{
class
Nested
{
val value
=
"OK"
}
}
fun
Test
.
Nested
.
foo
()
=
value
fun box
()
=
Test
.
Nested
().
foo
()