Files
kotlin-fork/idea/testData/formatter/If_after.kt
T
2012-01-18 19:27:41 +04:00

6 lines
58 B
Kotlin

fun some() {
if (3 > 2)
2
else
1
}