41a416da60
Delete all test methods (and empty test classes), since they'll be auto-generated
11 lines
131 B
Kotlin
11 lines
131 B
Kotlin
fun box(): String {
|
|
var i = 0
|
|
{
|
|
if (1 == 1) {
|
|
i++
|
|
} else {
|
|
}
|
|
}()
|
|
return "OK"
|
|
}
|