JVM_IR. Accessor lowering
This commit is contained in:
+10
@@ -22319,6 +22319,16 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
KotlinTestUtils.assertAllTestsPresentByMetadata(this.getClass(), new File("compiler/testData/codegen/box/syntheticAccessors"), Pattern.compile("^(.+)\\.kt$"), TargetBackend.JVM, true);
|
||||
}
|
||||
|
||||
@TestMetadata("inline.kt")
|
||||
public void testInline() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/syntheticAccessors/inline.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("jvmField.kt")
|
||||
public void testJvmField() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/syntheticAccessors/jvmField.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("jvmNameForAccessors.kt")
|
||||
public void testJvmNameForAccessors() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/syntheticAccessors/jvmNameForAccessors.kt");
|
||||
|
||||
Reference in New Issue
Block a user