File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1479,9 +1479,9 @@ y: str
14791479if isinstance(x, int):
14801480 reveal_type(x)
14811481[out]
1482- _testIsInstanceAdHocIntersectionWithStrAndBytes.py:3: error: Subclass of "str" and "bytes" cannot exist: would have incompatible method signatures
1482+ _testIsInstanceAdHocIntersectionWithStrAndBytes.py:3: error: Subclass of "str" and "bytes" cannot exist: have distinct disjoint bases
14831483_testIsInstanceAdHocIntersectionWithStrAndBytes.py:4: error: Statement is unreachable
1484- _testIsInstanceAdHocIntersectionWithStrAndBytes.py:6: error: Subclass of "str" and "int" cannot exist: would have incompatible method signatures
1484+ _testIsInstanceAdHocIntersectionWithStrAndBytes.py:6: error: Subclass of "str" and "int" cannot exist: have distinct disjoint bases
14851485_testIsInstanceAdHocIntersectionWithStrAndBytes.py:7: error: Statement is unreachable
14861486
14871487[case testAsyncioFutureWait]
You can’t perform that action at this time.
0 commit comments