Skip to content

Commit 0b8869a

Browse files
committed
.
1 parent 1dbb877 commit 0b8869a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test-data/unit/pythoneval.test

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1059,17 +1059,17 @@ _testTypedDictGet.py:10: note: Revealed type is "builtins.object"
10591059
_testTypedDictGet.py:11: error: All overload variants of "get" of "Mapping" require at least one argument
10601060
_testTypedDictGet.py:11: note: Possible overload variants:
10611061
_testTypedDictGet.py:11: note: def get(self, str, /) -> object
1062-
_testTypedDictGet.py:11: note: def get(self, str, /, default: object) -> object
1063-
_testTypedDictGet.py:11: note: def [_T] get(self, str, /, default: _T) -> object
1062+
_testTypedDictGet.py:11: note: def get(self, str, object, /) -> object
1063+
_testTypedDictGet.py:11: note: def [_T] get(self, str, _T, /) -> object
10641064
_testTypedDictGet.py:13: note: Revealed type is "builtins.object"
10651065
_testTypedDictGet.py:16: note: Revealed type is "builtins.int | None"
10661066
_testTypedDictGet.py:17: note: Revealed type is "builtins.str | None"
10671067
_testTypedDictGet.py:18: note: Revealed type is "builtins.object"
10681068
_testTypedDictGet.py:19: error: All overload variants of "get" of "Mapping" require at least one argument
10691069
_testTypedDictGet.py:19: note: Possible overload variants:
10701070
_testTypedDictGet.py:19: note: def get(self, str, /) -> object
1071-
_testTypedDictGet.py:19: note: def get(self, str, /, default: object) -> object
1072-
_testTypedDictGet.py:19: note: def [_T] get(self, str, /, default: _T) -> object
1071+
_testTypedDictGet.py:19: note: def get(self, str, object, /) -> object
1072+
_testTypedDictGet.py:19: note: def [_T] get(self, str, _T, /) -> object
10731073
_testTypedDictGet.py:21: note: Revealed type is "builtins.object"
10741074

10751075
[case testTypedDictMappingMethods]

0 commit comments

Comments
 (0)