220141ab2b
(cherry picked from commit b620099)
5 lines
83 B
Kotlin
Vendored
5 lines
83 B
Kotlin
Vendored
class Owner {
|
|
inner class Inner
|
|
|
|
val x = { <caret>o: Owner -> o.Inner() }
|
|
} |