diff --git a/tests/test_funcs.txt b/tests/test_funcs.txt index c7bf152..a384878 100644 --- a/tests/test_funcs.txt +++ b/tests/test_funcs.txt @@ -49,7 +49,7 @@ func intSeq() func() int { func main() { - nextInt := intSeq(); + nextInt := intSeq(intSeq(), intSeq(), intSeq(), intSeq(intSeq())); // рекурсия fmt.Println(nextInt()); fmt.Println(nextInt());