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

9 lines
139 B
Kotlin
Vendored

fun foo(p: Any): String {
if (p !is String) return ""
r<before><change>
}
// TYPE: "eturn "
// COMPLETION_TYPE: SMART
// EXIST: p