Files
kotlin-fork/idea/testData/copyPaste/conversion/Indentation.expected.kt
T
2014-01-09 21:07:24 +04:00

6 lines
85 B
Kotlin
Vendored

fun main(args: Array<String>) {
if (x > 0)
x = 2
else
x = 3
}