Files
kotlin/compiler/testData/resolve/ClassObjects.resolve

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