blob: aa466b6d22938d264d9d837951414283ccdb8b40 [file]
package foo.bar.baz
class AA {
class BB {
companion object
}
}
fun test() {
val b = f<caret>oo.bar.baz.AA.BB
}