blob: 56972812896ace89487bb9a7f0d3cafc12c285f9 [file]
# flags: --minimum-version=3.12 --target-version=py312
# this is invalid in versions below py312
class ClassA[T: str]:
def method1(self) -> T:
...
# output
# this is invalid in versions below py312
class ClassA[T: str]:
def method1(self) -> T: ...