Scripting: add a test using synthetic properties in scripts

related to #KT-54770
This commit is contained in:
Ilya Chernikov
2023-12-21 17:36:05 +01:00
committed by Space Team
parent 0d3964f22e
commit 75da89824c
6 changed files with 160 additions and 0 deletions
@@ -40766,6 +40766,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
public void testScriptPropFromAnotherModuleK2() {
runTest("compiler/testData/codegen/box/script/scriptPropFromAnotherModuleK2.kt");
}
@TestMetadata("syntheticJavaPropertyInScript.kt")
public void testSyntheticJavaPropertyInScript() {
runTest("compiler/testData/codegen/box/script/syntheticJavaPropertyInScript.kt");
}
}
@TestMetadata("compiler/testData/codegen/box/sealed")