mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-20 11:50:57 +07:00
PY-49697 Fix false positive for metaclass overloaded __or__
(cherry picked from commit d8e327da30c0b359c8eb3b890c72c41a9c3c4444) IJ-MR-11817 GitOrigin-RevId: a21ecb8b66e3510abc4401ac351789a858482463
This commit is contained in:
committed by
intellij-monorepo-bot
parent
059867630f
commit
f84e2d8452
@@ -518,6 +518,16 @@ public class PythonHighlightingTest extends PyTestCase {
|
||||
doTest(LanguageLevel.PYTHON39, false, false);
|
||||
}
|
||||
|
||||
// PY-49697
|
||||
public void testNoErrorMetaClassOverloadBitwiseOrOperator() {
|
||||
doTest(LanguageLevel.PYTHON39, false, false);
|
||||
}
|
||||
|
||||
// PY-49697
|
||||
public void testNoErrorMetaClassOverloadBitwiseOrOperatorReturnTypesUnion() {
|
||||
doTest(LanguageLevel.PYTHON39, false, false);
|
||||
}
|
||||
|
||||
@NotNull
|
||||
private static EditorColorsScheme createTemporaryColorScheme() {
|
||||
EditorColorsManager manager = EditorColorsManager.getInstance();
|
||||
|
||||
Reference in New Issue
Block a user