mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-13 00:21:28 +00:00
14 lines
145 B
Plaintext
14 lines
145 B
Plaintext
package Jet86
|
|
|
|
class A {
|
|
class ~A~object {
|
|
~A.x~val x = 1
|
|
}
|
|
}
|
|
|
|
~B~class B() {
|
|
~B.x~val x = 12
|
|
}
|
|
|
|
val a = `A`A.`A.x`x
|
|
val d = B().`B.x`x |