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

6 lines
34 B
Kotlin
Vendored

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