blob: 0365331324b88b2ab201ca85ca06f72360083424 [file] [log] [blame]
package a
class Test {
companion object {
class Some
}
}
fun test() {
a.Test.Companion.S<caret>
}