瀏覽代碼

[java] fix test

Aleksandr Kuzmenko 5 年之前
父節點
當前提交
5a7ffb81e6
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 {