Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
compiler
/
testData
/
resolve
/
ClassObjects.resolve
blob: 698bd8c0d9d3bfbc7351dfdbc5029174d9d3843f [
file
] [
log
] [
blame
]
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