Files
kotlin-fork/idea/idea-completion/testData/smartMultiFile/StaticMembers2/Declarations2.kt
T

7 lines
72 B
Kotlin
Vendored

package dependency2
import test.C
object O2 {
fun foo(): C = C()
}