Files
kotlin-fork/idea/testData/formatter/When.kt
T
2014-06-25 14:22:55 +04:00

46 lines
316 B
Kotlin

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