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 714aaa4 commit f42f9f6Copy full SHA for f42f9f6
test-data/unit/check-inference.test
@@ -2174,8 +2174,8 @@ class A:
2174
[out]
2175
2176
[case testMultipassAndTopLevelVariable]
2177
-y = x # E: Cannot determine type of "x" # E: Name "x" is used before definition
2178
-y()
+y = x # E: Name "x" is used before definition
+y() # E: "int" not callable
2179
x = 1+int()
2180
2181
0 commit comments