Files
kotlin-fork/idea/testData/completion/handlers/smart/IndexingOperator2.kt.after
T
2014-05-07 22:50:22 +04:00

8 lines
119 B
Plaintext

class Foo {
fun get(s: String, i: Int): String = ""
}
fun f(foo: Foo, s: String) = foo[s, <caret>]
// ELEMENT: s