5 lines
84 B
Plaintext
Vendored
5 lines
84 B
Plaintext
Vendored
class Owner {
|
|
inner class Inner
|
|
|
|
val x = { owner: Owner -> owner.Inner() }
|
|
} |