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

5 lines
66 B
Kotlin
Vendored

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