Sign in
fuchsia
/
third_party
/
github.com
/
psf
/
black
/
HEAD
/
.
/
tests
/
data
/
cases
/
target_version_flag.py
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
:
...