@@ -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