mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
PY-84484 Pycharm hangs when trying to call specific constructor
(cherry picked from commit b15a3bab218f72c1e9c717facfbff3e91eeea13f) IJ-MR-180106 GitOrigin-RevId: 88614fddf666e170b71ef38fa4adffa9fa75da0a
This commit is contained in:
committed by
intellij-monorepo-bot
parent
fcc021f604
commit
8ccd3203c2
@@ -237,6 +237,11 @@ public class PyTypeCheckerInspectionTest extends PyInspectionTestCase {
|
||||
doTest();
|
||||
}
|
||||
|
||||
// PY-84484
|
||||
public void testRecursiveTypeInDict() {
|
||||
runWithLanguageLevel(LanguageLevel.getLatest(), this::doMultiFileTest);
|
||||
}
|
||||
|
||||
// PY-13394
|
||||
public void testContainsArguments() {
|
||||
doTest();
|
||||
|
||||
Reference in New Issue
Block a user