```py # mypy: allow-any-expr=False a: tuple[int, int] print(a[:]) # Expression type contains "Any" (has type "tuple[int, int]") [misc] ``` [playground](https://mypy-play.net/?mypy=1.15.0&gist=5be530055ba193c6358b6f4866deef53)