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