Files
kotlin-fork/idea/idea-completion/testData/incrementalResolve/dataFlowInfoFromSameStatement.kt
T
2017-06-30 11:21:15 +03:00

11 lines
174 B
Kotlin
Vendored

fun foo(p: Any): String {
println(1)
if (<before><change>
}
fun bar(s: String): Boolean = true
// TYPE: "p is String && bar("
// COMPLETION_TYPE: SMART
// EXIST: p