0b647ac358
Split testData into 'classes' and 'expressions'.
4 lines
81 B
Kotlin
Vendored
4 lines
81 B
Kotlin
Vendored
fun test(i: Int) =
|
|
if (i > 0) 1
|
|
else if (i < 0) -1
|
|
else 0 |