Browse Source

[java] fix test

Aleksandr Kuzmenko 5 years ago
parent
commit
5a7ffb81e6
1 changed files with 1 additions and 1 deletions
  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 {