Files
kotlin-fork/idea/idea-completion/testData/basic/multifile/KT9835/KT9835.kt
T
2016-10-13 15:11:19 +03:00

8 lines
230 B
Kotlin
Vendored

interface I
fun foo(r: R<out I>) {
r.<caret>
}
// EXIST: { itemText: "foo", tailText: " (from getFoo())", typeText: "Int", attributes: "bold" }
// EXIST: { itemText: "f", tailText: "()", typeText: "Int", attributes: "bold" }