@@ -193,7 +193,7 @@ class TestMisc extends Test {
eq( opt2().x, 5 );
eq( opt2().y, "hello" );
- #if !flash9
+ #if !(flash9 || cpp || cs || java)
eq( opt2(null, null).x, 5 );
#end
eq( opt2(0, null).y, "hello" );