|
@@ -348,12 +348,12 @@ class TestJs {
|
|
//use(a);
|
|
//use(a);
|
|
//}
|
|
//}
|
|
|
|
|
|
- @:js('
|
|
|
|
|
|
+ @:js("
|
|
TestJs.getInt();
|
|
TestJs.getInt();
|
|
if(TestJs.getInt() != 0) {
|
|
if(TestJs.getInt() != 0) {
|
|
- throw new js__$Boot_HaxeError("meh");
|
|
|
|
|
|
+ throw new js__$Boot_HaxeError(\"meh\");
|
|
}
|
|
}
|
|
- ')
|
|
|
|
|
|
+ ")
|
|
static function testIfInvert() {
|
|
static function testIfInvert() {
|
|
var tmp;
|
|
var tmp;
|
|
var tmp2 = getInt();
|
|
var tmp2 = getInt();
|