Files
kotlin-fork/js/js.translator/testFiles/expression/misc/cases/ifElseAsExpressionWithThrow.kt
T
pTalanov 1896f7250f Refactor js.tests
Use Test#getName where possible
2012-05-05 20:37:02 +04:00

3 lines
63 B
Kotlin

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