Files
kotlin-fork/idea/testData/formatter/WhenBraceAndEntry.kt
T
2018-08-20 13:21:22 +03:00

4 lines
61 B
Kotlin
Vendored

fun foo(x: Int) = when(x) { 1 -> 2
3 -> 4
else -> 6
}