@@ -1,6 +1,7 @@
package unit.issues;
class Issue4551 extends Test {
+ #if js
function test() {
try {
try throw "yay!" catch (e:Dynamic) js.Lib.rethrow();
@@ -8,4 +9,5 @@ class Issue4551 extends Test {
eq(e, "yay!");
}
+ #end