The error generated in the following example doesn't make much sense: ```py from typing import Any A = Any isinstance(object(), A) # Parameterized generics cannot be used with class or instance checks ```