JVM_IR KT-45408 rewrite static calls recursively
This commit is contained in:
committed by
TeamCityServer
parent
e5f218859b
commit
f6baabd98e
+6
@@ -23422,6 +23422,12 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
||||
runTest("compiler/testData/codegen/box/jvmStatic/kt35716.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt45408.kt")
|
||||
public void testKt45408() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/jvmStatic/kt45408.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt9897_static.kt")
|
||||
public void testKt9897_static() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user