Reformat files

This commit is contained in:
Micha Reiser
2026-01-14 10:48:16 +01:00
parent 1566137d27
commit c5aa525d2a
242 changed files with 8214 additions and 6 deletions

View File

@@ -19,6 +19,7 @@ reveal_type(a) # revealed: Unknown
b = s[-8] # error: [index-out-of-bounds] "Index -8 is out of bounds for string `Literal["abcde"]` with length 5"
reveal_type(b) # revealed: Unknown
def _(n: int):
a = "abcde"[n]
reveal_type(a) # revealed: LiteralString