Files
kotlin-fork/idea/idea-completion/testData/smart/Object.kt
T
2015-09-22 15:00:24 +02:00

11 lines
168 B
Kotlin
Vendored

interface I
object O : I
fun foo(): I = <caret>
// EXIST: { lookupString: "O", itemText: "O", tailText: " (<root>)" }
// EXIST: foo
// EXIST: object
// NOTHING_ELSE