class ReifiedList(ReifiedGeneric[Tuple[T]], List[T]): # type:ignore[misc] https://api.github.com/KotlinIsland/basedtyping/blob/1943f5d581275e230bc7f9c3a99692ea5aa51749/tests/test_reified_generics/test_reified_generic.py#L17 ```python pass # TODO: investigate this "metaclass conflict" mypy error class ReifiedList(ReifiedGeneric[Tuple[T]], List[T]): # type:ignore[misc] pass ```