Files
kotlin-fork/idea/testData/indentationOnNewline/ElseInWhenWithOption.after.kt
T
2020-06-15 16:25:54 +07:00

9 lines
134 B
Kotlin
Vendored

fun some() {
when {
true && true ->
else
<caret>-> Unit
}
}
// SET_TRUE: ALIGN_IN_COLUMNS_CASE_BRANCH