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