Files
kotlin-fork/idea/idea-completion/testData/smart/Object.kt
T
Valentin Kipyatkov 54836113a7 Better test data format
2015-06-04 17:21:28 +03:00

11 lines
164 B
Kotlin
Vendored

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