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");
|
||||
|
||||
+5
@@ -23755,6 +23755,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
@RunWith(JUnit3RunnerWithInners.class)
|
||||
public static class Statics extends AbstractLightAnalysisModeTest {
|
||||
@TestMetadata("inlineCallsStaticMethodFromOtherPackage.kt")
|
||||
public void ignoreInlineCallsStaticMethodFromOtherPackage() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/statics/inlineCallsStaticMethodFromOtherPackage.kt");
|
||||
}
|
||||
|
||||
private void runTest(String testDataFilePath) throws Exception {
|
||||
KotlinTestUtils.runTest(this::doTest, TargetBackend.JVM, testDataFilePath);
|
||||
}
|
||||
|
||||
+5
@@ -23833,6 +23833,11 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes
|
||||
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