Files
kotlin-fork/idea/idea-completion/testData/handlers/basic/ReplaceFunctionCallByPropertyArgs.kt.after
T
2015-05-16 17:15:11 +03:00

11 lines
107 B
Plaintext
Vendored

class C {
val bar: Int
}
fun foo(c: C) {
val v = c.bar<caret>(0)
}
// ELEMENT: bar
// CHAR: '\t'