JVM_IR: fix synthetic accessor generation (again)

Turns out private inline functions *can* be called from other classes.
This commit is contained in:
pyos
2019-10-16 10:43:24 +02:00
committed by max-kammerer
parent 89180e2650
commit 27094d0371
7 changed files with 37 additions and 3 deletions
@@ -24922,6 +24922,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
runTest("compiler/testData/codegen/box/syntheticAccessors/inline.kt");
}
@TestMetadata("inlineInOtherClass.kt")
public void testInlineInOtherClass() throws Exception {
runTest("compiler/testData/codegen/box/syntheticAccessors/inlineInOtherClass.kt");
}
@TestMetadata("jvmField.kt")
public void testJvmField() throws Exception {
runTest("compiler/testData/codegen/box/syntheticAccessors/jvmField.kt");