Files
kotlin-fork/idea/idea-completion/testData/smart/GetOperator.kt
T
2016-04-27 23:47:34 +03:00

6 lines
181 B
Kotlin
Vendored

fun some(list: List<String>): String {
return list.<caret>
}
// EXIST: { lookupString: "[]", itemText: "[]", tailText: "(index: Int)", typeText: "String", attributes: "bold" }