Skip to content

Commit 82391ee

Browse files
[builtins fixtures/tuple.pyi]
1 parent 88a506e commit 82391ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test-data/unit/check-final.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1351,4 +1351,5 @@ constant_fold_not_yet_supported: Final = "you", "cant", "fold", "this", "yet"
13511351
z: Final = " ".join(constant_fold_not_yet_supported)
13521352

13531353
reveal_type(z) # N: Revealed type is "builtins.str"
1354+
[builtins fixtures/tuple.pyi]
13541355
[out]

0 commit comments

Comments
 (0)