[FIR] Map dispatch receiver type of function in JvmMappedScope

This commit is contained in:
Dmitriy Novozhilov
2021-03-19 15:40:21 +03:00
parent b0969f626e
commit f4afc2ef44
18 changed files with 168 additions and 95 deletions
@@ -17732,6 +17732,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/javaInterop/samUnboundTypeParameter.kt");
}
@TestMetadata("superCallOfPrintStackTrace.kt")
public void testSuperCallOfPrintStackTrace() throws Exception {
runTest("compiler/testData/codegen/box/javaInterop/superCallOfPrintStackTrace.kt");
}
@TestMetadata("compiler/testData/codegen/box/javaInterop/generics")
@TestDataPath("$PROJECT_ROOT")
@RunWith(JUnit3RunnerWithInners.class)