12 lines
133 B
Kotlin
Vendored
12 lines
133 B
Kotlin
Vendored
package foo.bar.baz
|
|
|
|
class AA {
|
|
class BB {
|
|
companion object
|
|
}
|
|
}
|
|
|
|
fun test() {
|
|
val b = foo.bar.b<caret>az.AA.BB
|
|
}
|