Scripting: add a test using synthetic properties in scripts
related to #KT-54770
This commit is contained in:
committed by
Space Team
parent
0d3964f22e
commit
75da89824c
+6
@@ -50718,6 +50718,12 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes
|
||||
public void testScriptPropFromAnotherModuleK2() {
|
||||
runTest("compiler/testData/codegen/box/script/scriptPropFromAnotherModuleK2.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("syntheticJavaPropertyInScript.kt")
|
||||
public void testSyntheticJavaPropertyInScript() {
|
||||
runTest("compiler/testData/codegen/box/script/syntheticJavaPropertyInScript.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@Nested
|
||||
|
||||
+6
@@ -50718,6 +50718,12 @@ public class IrBlackBoxCodegenWithIrInlinerTestGenerated extends AbstractIrBlack
|
||||
public void testScriptPropFromAnotherModuleK2() {
|
||||
runTest("compiler/testData/codegen/box/script/scriptPropFromAnotherModuleK2.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("syntheticJavaPropertyInScript.kt")
|
||||
public void testSyntheticJavaPropertyInScript() {
|
||||
runTest("compiler/testData/codegen/box/script/syntheticJavaPropertyInScript.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@Nested
|
||||
|
||||
Reference in New Issue
Block a user