Browse Source

[java] fix test

Aleksandr Kuzmenko 5 năm trước cách đây
mục cha
commit
5a7ffb81e6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      tests/unit/src/unit/issues/Issue9200.hx

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

@@ -1,7 +1,7 @@
 package unit.issues;
 
 private enum Foo {
-	Bar(_:Int);
+	Bar(i:Int);
 }
 
 class Issue9200 extends unit.Test {