13 lines
134 B
Kotlin
Vendored
13 lines
134 B
Kotlin
Vendored
package foo.bar.baz
|
|
|
|
class AA {
|
|
class BB {
|
|
companion object
|
|
}
|
|
}
|
|
|
|
fun test() {
|
|
val b = f<caret>oo.bar.baz.AA.BB
|
|
}
|
|
|