14 lines
148 B
Kotlin
Vendored
14 lines
148 B
Kotlin
Vendored
// IGNORE_FIR
|
|
package foo.bar.baz
|
|
|
|
class AA {
|
|
class BB {
|
|
companion object
|
|
}
|
|
}
|
|
|
|
fun test() {
|
|
val b = foo.bar.baz.AA.B<caret>B
|
|
}
|
|
|