JVM_IR: generate more accessors for use in inline functions
This commit is contained in:
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user