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 0024062 commit 9ead9fbCopy full SHA for 9ead9fb
2 files changed
test-data/unit/cmdline.test
@@ -912,8 +912,8 @@ test_between(1 + 1)
912
tabs.py:2: error: Incompatible return value type (got "None", expected "str")
913
return None
914
^~~~
915
-tabs.py:4: error: Argument 1 to "test_between" has incompatible type
916
-"Literal[2]"; expected "str"
+tabs.py:4: error: Argument 1 to "test_between" has incompatible type "int";
+expected "str"
917
test_between(1 + 1)
918
^~~~~~~~~~~~
919
test-data/unit/typexport-basic.test
@@ -142,7 +142,7 @@ class str: pass
142
class list: pass
143
class dict: pass
144
[out]
145
-OpExpr(3) : Literal[3]
+OpExpr(3) : builtins.int
146
OpExpr(4) : builtins.float
147
OpExpr(5) : builtins.float
148
OpExpr(6) : builtins.float
0 commit comments