Files
kotlin-fork/js/js.translator/testFiles/expression/misc/cases/ifAsExpressionWithThrow.kt
T
2012-03-02 16:11:18 +04:00

3 lines
63 B
Kotlin

package foo
fun box() = if (true) throw Exception() else false