Files
kotlin-fork/idea/testData/resolve/references/DefaultObjectInShortReferenceFormCall.kt
T

16 lines
154 B
Kotlin
Vendored

package t
class A {
companion object Companion {
fun test()
}
}
fun test() {
<caret>A.test()
}
// REF: companion object of (t).A