Aleksandr Kuzmenko 4 years ago
parent
commit
842e57f03e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tests/unit/src/unit/TestRest.hx

+ 1 - 0
tests/unit/src/unit/TestRest.hx

@@ -137,6 +137,7 @@ class TestRest extends Test {
 			(r[0] : Int);
 		}
 		HelperMacros.typedAs(rest, (null : (r : Rest<Int>)->Void));
+	}
 
 	function testToString() {
 		function rest(...r:Int) {