Files
kotlin-fork/idea/testData/formatter/When.after.kt
T
Nikolay Krasko 1973860e70 Indent content of when (KT-14066)
#KT-14066 Fixed
2018-06-22 19:19:12 +03:00

40 lines
320 B
Kotlin
Vendored

fun some(x: Any) {
when (x) {
is Number -> 0
else -> 1
}
when {
}
when {
}
when {
}
when (true) {
}
when (true) {
}
when
(true) {
}
when
(true) {
}
when {
}
}
// SET_FALSE: ALIGN_IN_COLUMNS_CASE_BRANCH