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
+5
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user