145b2c260b
Part of #KT-22211
9 lines
136 B
Kotlin
Vendored
9 lines
136 B
Kotlin
Vendored
fun some() {
|
|
when {
|
|
true && false ->
|
|
else
|
|
<caret>-> Unit
|
|
}
|
|
}
|
|
|
|
// SET_FALSE: ALIGN_IN_COLUMNS_CASE_BRANCH |