Вот код, который выдает ошибку:
Код: Выделить всё
var1: list[int, int, int] = func1()
func2(tuple(var1))
Код: Выделить всё
Expected type 'tuple[int, int, int]', got 'tuple[int, ...]' instead.
Подробнее здесь: https://stackoverflow.com/questions/783 ... t-tupleint