Aleksandr Kuzmenko 4 роки тому
батько
коміт
842e57f03e
1 змінених файлів з 1 додано та 0 видалено
  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);
 			(r[0] : Int);
 		}
 		}
 		HelperMacros.typedAs(rest, (null : (r : Rest<Int>)->Void));
 		HelperMacros.typedAs(rest, (null : (r : Rest<Int>)->Void));
+	}
 
 
 	function testToString() {
 	function testToString() {
 		function rest(...r:Int) {
 		function rest(...r:Int) {