Cauê Waneck %!s(int64=11) %!d(string=hai) anos
pai
achega
88f6a124f8
Modificáronse 1 ficheiros con 4 adicións e 3 borrados
  1. 4 3
      tests/unit/src/unit/issues/Issue3466.hx

+ 4 - 3
tests/unit/src/unit/issues/Issue3466.hx

@@ -1,7 +1,8 @@
 package unit.issues;
 package unit.issues;
 
 
 class Issue3466 extends Test {
 class Issue3466 extends Test {
-function test() {
-	var d:Dynamic<Int> = {};
-	eq(null, Reflect.field(d,'someField'));
+	function test() {
+		var d:Dynamic<Int> = {};
+		eq(null, Reflect.field(d,'someField'));
+	}
 }
 }