JVM_IR. Accessor lowering
This commit is contained in:
+5
@@ -20139,6 +20139,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
KotlinTestUtils.assertAllTestsPresentByMetadata(this.getClass(), new File("compiler/testData/codegen/box/syntheticAccessors"), Pattern.compile("^(.+)\\.kt$"), TargetBackend.JS_IR, true);
|
||||
}
|
||||
|
||||
@TestMetadata("inline.kt")
|
||||
public void testInline() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/syntheticAccessors/inline.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("jvmNameForAccessors.kt")
|
||||
public void testJvmNameForAccessors() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/syntheticAccessors/jvmNameForAccessors.kt");
|
||||
|
||||
+5
@@ -21184,6 +21184,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
KotlinTestUtils.assertAllTestsPresentByMetadata(this.getClass(), new File("compiler/testData/codegen/box/syntheticAccessors"), Pattern.compile("^(.+)\\.kt$"), TargetBackend.JS, true);
|
||||
}
|
||||
|
||||
@TestMetadata("inline.kt")
|
||||
public void testInline() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/syntheticAccessors/inline.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("jvmNameForAccessors.kt")
|
||||
public void testJvmNameForAccessors() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/syntheticAccessors/jvmNameForAccessors.kt");
|
||||
|
||||
Reference in New Issue
Block a user