Files
kotlin-fork/j2k/tests/testData/ast/ifStatement/withoutElse.kt
T
2014-06-10 14:26:54 +04:00

4 lines
41 B
Kotlin

if (1 > 0) {
val n = 1
return n
}