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

11 lines
104 B
Plaintext
Vendored

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