We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c4d78b commit 874d2e3Copy full SHA for 874d2e3
test-data/unit/check-final.test
@@ -1134,7 +1134,7 @@ class A:
1134
a: Final[ClassVar[int]] # E: Variable should not be annotated with both ClassVar and Final
1135
b: ClassVar[Final[int]] # E: Final can be only used as an outermost qualifier in a variable annotation
1136
c: ClassVar[Final] = 1 # E: Final can be only used as an outermost qualifier in a variable annotation
1137
-[out version<3.13]
+[out version==3.12]
1138
1139
[case testFinalClassWithAbstractMethod]
1140
from typing import final
0 commit comments