Files
kotlin-fork/idea/idea-completion/testData/basic/common/shadowing/Locals2.kt
T
2015-06-15 18:27:21 +03:00

11 lines
168 B
Kotlin
Vendored

class C {
val xxx = 1
fun foo(xxx: String) {
xx<caret>
}
}
// EXIST: { lookupString: "xxx", itemText: "xxx", typeText: "String" }
// NOTHING_ELSE