JVM_IR KT-45408 rewrite static calls recursively

This commit is contained in:
Dmitry Petrov
2021-03-19 14:02:32 +03:00
committed by TeamCityServer
parent e5f218859b
commit f6baabd98e
6 changed files with 36 additions and 0 deletions
@@ -19779,6 +19779,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/jvmStatic/kt35716.kt");
}
@TestMetadata("kt45408.kt")
public void testKt45408() throws Exception {
runTest("compiler/testData/codegen/box/jvmStatic/kt45408.kt");
}
@TestMetadata("kt9897_static.kt")
public void testKt9897_static() throws Exception {
runTest("compiler/testData/codegen/box/jvmStatic/kt9897_static.kt");