Files
kotlin-fork/idea/testData/formatter/If.after.kt
T
2013-09-24 06:58:40 -07:00

6 lines
58 B
Kotlin
Vendored

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