Files
kotlin-fork/idea/testData/completion/smart/IfCondition.kt
T
Valentin Kipyatkov 33de0e8393 Smart completion for then and else branches of if
#KT-4910 Fixed
2014-05-07 22:50:20 +04:00

7 lines
74 B
Kotlin

fun bar(b: Boolean, c: Char){
if (<caret>
}
// EXIST: b
// ABSENT: c