JVM_IR: generate more accessors for use in inline functions

This commit is contained in:
pyos
2019-05-22 16:37:29 +02:00
committed by max-kammerer
parent cf74b5e87b
commit 4cd4ea126b
20 changed files with 68 additions and 62 deletions
@@ -23813,6 +23813,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
runTest("compiler/testData/codegen/box/statics/inlineCallsStaticMethod.kt");
}
@TestMetadata("inlineCallsStaticMethodFromOtherPackage.kt")
public void testInlineCallsStaticMethodFromOtherPackage() throws Exception {
runTest("compiler/testData/codegen/box/statics/inlineCallsStaticMethodFromOtherPackage.kt");
}
@TestMetadata("kt8089.kt")
public void testKt8089() throws Exception {
runTest("compiler/testData/codegen/box/statics/kt8089.kt");