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

9 lines
156 B
Kotlin
Vendored

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