Files
kotlin-fork/idea/testData/quickfix/when/addRemainingBranchesBoolean.kt
T
2021-05-11 21:42:45 +02:00

7 lines
146 B
Kotlin
Vendored

// "Add remaining branches" "true"
// ERROR: Unresolved reference: TODO
fun test(b: Boolean) = wh<caret>en(b) {
false -> 0
}
/* IGNORE_FIR */