Browse Source

fix for cs/java unit test compilation

Dan Korostelev 9 năm trước cách đây
mục cha
commit
fae40faddd
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      tests/unit/src/unit/issues/Issue4535.hx

+ 1 - 1
tests/unit/src/unit/issues/Issue4535.hx

@@ -1,6 +1,6 @@
 package unit.issues;
 
-@:meta(haxe.extern.macro.Type)
+@:someMeta(haxe.extern.macro.Type)
 class Issue4535 extends Test {
 
 }