Files
kotlin-fork/js/js.translator/testFiles/expression/conditional/cases/ifAsExpressionWithThrow.kt
T
2012-02-27 21:55:58 +04:00

3 lines
63 B
Kotlin

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