Skip to content

Commit 6bf65bd

Browse files
author
Ivan Levkivskyi
committed
Re-allow the test with correct output
1 parent e9fc69d commit 6bf65bd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test-data/unit/pythoneval.test

+5
Original file line numberDiff line numberDiff line change
@@ -1402,6 +1402,11 @@ o: object = p
14021402
it2: Iterable[int] = p
14031403
[out]
14041404
_testCanConvertTypedDictToAnySuperclassOfMapping.py:11: error: Incompatible types in assignment (expression has type "Point", variable has type "Iterable[int]")
1405+
_testCanConvertTypedDictToAnySuperclassOfMapping.py:11: note: Following member(s) of "Point" have conflicts:
1406+
_testCanConvertTypedDictToAnySuperclassOfMapping.py:11: note: Expected:
1407+
_testCanConvertTypedDictToAnySuperclassOfMapping.py:11: note: def __iter__(self) -> Iterator[int]
1408+
_testCanConvertTypedDictToAnySuperclassOfMapping.py:11: note: Got:
1409+
_testCanConvertTypedDictToAnySuperclassOfMapping.py:11: note: def __iter__(self) -> Iterator[str]
14051410

14061411
[case testAsyncioGatherPreciseType]
14071412
import asyncio

0 commit comments

Comments
 (0)