2
0
Aleksandr Kuzmenko 5 жил өмнө
parent
commit
5a7ffb81e6

+ 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 {