41a416da60
Delete all test methods (and empty test classes), since they'll be auto-generated
4 lines
79 B
Kotlin
4 lines
79 B
Kotlin
fun foo(i: Int, j: Int = i) = j
|
|
|
|
fun box() = if (foo(1) == 1) "OK" else "fail"
|