|
@@ -673,7 +673,6 @@ class TestType extends Test {
|
|
eq(c.fProp(9), "test09");
|
|
eq(c.fProp(9), "test09");
|
|
}
|
|
}
|
|
|
|
|
|
- @:analyzer(ignore)
|
|
|
|
function testVoidFunc() {
|
|
function testVoidFunc() {
|
|
exc(function() { throw null; return 1; } );
|
|
exc(function() { throw null; return 1; } );
|
|
exc(function() { throw null; return "foo"; } );
|
|
exc(function() { throw null; return "foo"; } );
|