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:
Marcus Mews
2025-11-11 08:44:56 +00:00
committed by intellij-monorepo-bot
parent fcc021f604
commit 8ccd3203c2
4 changed files with 91 additions and 4 deletions
@@ -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();