Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Prev Previous commit
Next Next commit
Merge branch 'master' into allow-redef-rename
  • Loading branch information
JukkaL committed Apr 22, 2026
commit 56327fb7ccb1aa70b7b76e81ebf4d1522ccc3d0a
2 changes: 1 addition & 1 deletion test-data/unit/check-redefine2.test
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def f2() -> None:

reveal_type(x) # N: Revealed type is "builtins.int | builtins.str"

[case testNewRedefineGlobalVariableNoneInit]
[case testNewRedefineGlobalVariableNoneInit1]
# flags: --allow-redefinition
x = None

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.