@@ -1 +1 @@
-Subproject commit d651e94617221279192d65c5caaa4ce29b43da93
+Subproject commit 7cc86d6f2e75442f6df367d811369291e33811d9
@@ -243,7 +243,7 @@ class Test #if swf_mark implements mt.Protect #end {
new TestMatch(),
#end
new TestSpecification(),
- #if cs
+ #if (cs && false)
new TestCSharp(),
#if java
@@ -561,7 +561,7 @@ class ChildJava2<T> extends ChildJava
{
super(Std.int(x));
}
- @:overload private function new(b:haxe.io.Bytes)
+ @:overload public function new(b:haxe.io.Bytes)
super(b);