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 8754d7e commit cdd6150Copy full SHA for cdd6150
test-data/unit/check-incremental.test
@@ -792,6 +792,7 @@ class Class: pass
792
# empty
793
794
[builtins fixtures/args.pyi]
795
+[rechecked collections, main, package.subpackage.mod1]
796
[stale collections, main, package.subpackage.mod1]
797
[out]
798
tmp/main.py: note: In function "handle":
@@ -831,7 +832,8 @@ val = 3 # type: int
831
832
val = "foo"
833
834
[builtins fixtures/module_all.pyi]
-[stale main, c, c.submodule]
835
+[rechecked main, c, c.submodule]
836
+[stale]
837
838
tmp/c/submodule.py:2: error: Incompatible types in assignment (expression has type "str", variable has type "int")
839
tmp/main.py:7: error: "C" has no attribute "foo"
0 commit comments