JS_IR: DCE
Could be enabled by toggling `-Xir-dce` Box test output in js/js.translator/testData/out-min
This commit is contained in:
+1
-1
@@ -3,5 +3,5 @@ package kotlin
|
||||
// see StdLibTestBase.removeAdHocAssertions
|
||||
|
||||
fun fail(message: String? = null): Nothing {
|
||||
throw Exception(message)
|
||||
throw Throwable(message)
|
||||
}
|
||||
Reference in New Issue
Block a user