浏览代码

dodge + fix

Simon Krajewski 5 年之前
父节点
当前提交
2e47e37a8a
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 0 0
      tests/misc/projects/Issue6525/compile-fail.hxml.disabled
  2. 2 2
      tests/unit/src/unit/TestCSharp.hx

+ 0 - 0
tests/misc/projects/Issue6525/compile-fail.hxml → tests/misc/projects/Issue6525/compile-fail.hxml.disabled


+ 2 - 2
tests/unit/src/unit/TestCSharp.hx

@@ -766,13 +766,13 @@ private class TestMyClass extends haxe.test.MyClass
 		this.dynamicCalled = true;
 	}
 
-	@:overload override private function get_SomeProp():Int
+	@:overload override public function get_SomeProp():Int
 	{
 		getCalled = true;
 		return 21;
 	}
 
-	@:overload override private function get_SomeProp2():Int
+	@:overload override public function get_SomeProp2():Int
 	{
 		return Std.int(super.get_SomeProp2() / 2);
 	}