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