|
@@ -23,6 +23,7 @@ class TestSyntaxModule extends Test {
|
|
eq(o.field, value);
|
|
eq(o.field, value);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ #if analyzer_optimize
|
|
function testConstruct() {
|
|
function testConstruct() {
|
|
var className:String =
|
|
var className:String =
|
|
#if php "\\unit\\_TestSyntaxModule\\Construct";
|
|
#if php "\\unit\\_TestSyntaxModule\\Construct";
|
|
@@ -40,6 +41,7 @@ class TestSyntaxModule extends Test {
|
|
t(Std.is(b, Construct));
|
|
t(Std.is(b, Construct));
|
|
eq(10, b.value);
|
|
eq(10, b.value);
|
|
}
|
|
}
|
|
|
|
+ #end
|
|
#end
|
|
#end
|
|
}
|
|
}
|
|
|
|
|