mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 00:21:26 +00:00
14 lines
149 B
Plaintext
Vendored
14 lines
149 B
Plaintext
Vendored
package Jet86
|
|
|
|
class A {
|
|
companion ~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 |