Files
kotlin-fork/idea/idea-completion/testData/smartMultiFile/StaticMembers1/Declarations1.kt
T

9 lines
120 B
Kotlin
Vendored

package dependency1
import test.C
object O1 {
fun foo(): C = C()
fun bar(): C = C()
fun x(): String = ""
}