Files
kotlin-fork/idea/testData/navigation/implementations/multiModule/expectCompanion/common/common.kt
T

11 lines
190 B
Kotlin
Vendored

package test
expect class Owner {
companion <caret>object {
}
}
// REF: companion object of [testModule_JVM] (test).Owner
// REF: companion object of [testModule_JS] (test).Owner