Files
kotlin-fork/idea/idea-completion/testData/handlers/basic/callableReference/Property.kt.after
T

10 lines
101 B
Plaintext
Vendored

val prop: Int = 0
class C {
fun foo() {
val v = ::prop<caret>
}
}
// ELEMENT: prop