Files
kotlin-fork/idea/testData/completion/handlers/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

6 lines
54 B
Kotlin

fun bar(b: Boolean){
if (<caret>
}
// ELEMENT: b