PSI2IR KT-49053 skip fake overrides with unresolved types in signature

This commit is contained in:
Dmitry Petrov
2021-10-06 10:01:15 +03:00
committed by TeamCityServer
parent 1c3a20fab9
commit 3d64c91375
7 changed files with 96 additions and 6 deletions
@@ -19417,6 +19417,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/javaInterop/superCallOfPrintStackTrace.kt");
}
@TestMetadata("unresolvedJavaClassInDifferentFile.kt")
public void testUnresolvedJavaClassInDifferentFile() throws Exception {
runTest("compiler/testData/codegen/box/javaInterop/unresolvedJavaClassInDifferentFile.kt");
}
@TestMetadata("compiler/testData/codegen/box/javaInterop/generics")
@TestDataPath("$PROJECT_ROOT")
@RunWith(JUnit3RunnerWithInners.class)