Files
kotlin-fork/js/js.translator/testData/box/expression/when/empty.kt
T
2016-09-29 12:00:40 +03:00

6 lines
62 B
Kotlin
Vendored

package foo
fun box(): String {
when {}
return "OK"
}