Skip to content

Commit cf3b4b8

Browse files
tylerlapradeKotlinIsland
authored andcommitted
it's -> its in check-flags.test
1 parent 8736877 commit cf3b4b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-data/unit/check-flags.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1260,7 +1260,7 @@ def g(s: List[Any]) -> None:
12601260

12611261
f(0)
12621262

1263-
# type of list below is inferred with expected type of "List[Any]", so that becomes it's type
1263+
# type of list below is inferred with expected type of "List[Any]", so that becomes its type
12641264
# instead of List[str]
12651265
g(['']) # E: Expression type contains "Any" (has type "List[Any]")
12661266
[builtins fixtures/list.pyi]

0 commit comments

Comments
 (0)