Skip to content

Commit 8af4539

Browse files
Remove comment on the known problem from the testcase
Co-authored-by: Shantanu <[email protected]>
1 parent 1a7599e commit 8af4539

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test-data/unit/check-final.test

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1258,9 +1258,6 @@ def _init() -> Union[int, None]:
12581258
return 0
12591259

12601260
FOO: Final = _init()
1261-
# For some reason the following isn't narrowed at all
1262-
# (always stays int | None):
1263-
# FOO: Final[Union[int, None]] = 0
12641261

12651262
class Example:
12661263

0 commit comments

Comments
 (0)