Files
kotlin-fork/idea/idea-completion/testData/basic/common/shadowing/InInitializer1.kt
T
Valentin Kipyatkov 985d69880f Better tests
2015-06-15 18:27:22 +03:00

7 lines
142 B
Kotlin
Vendored

fun foo(xxx: String) {
var xxx: Int = xx<caret>
}
// EXIST: { lookupString: "xxx", itemText: "xxx", typeText: "String" }
// NOTHING_ELSE