We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4df2b3 commit 61f0543Copy full SHA for 61f0543
test-data/unit/check-errorcodes.test
@@ -36,6 +36,8 @@ reveal_type(1) # N: Revealed type is "Literal[1]?"
36
main:1: error: invalid syntax [syntax]
37
[out version>=3.10]
38
main:1: error: invalid syntax. Perhaps you forgot a comma? [syntax]
39
+[out version>=3.10.1]
40
+main:1: error: invalid syntax [syntax]
41
42
[case testErrorCodeSyntaxError2]
43
def f(): # E: Type signature has too many arguments [syntax]
0 commit comments