KT-52551 Create a static initialization section in case of delegation to a property reference from a file class
This commit is contained in:
committed by
teamcity
parent
0b9e5e14be
commit
2ceccec2b8
+5
@@ -11797,6 +11797,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
public void testWithSideEffects() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/delegatedProperty/delegateToAnother/withSideEffects.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("withSideEffectsFromFileClass.kt")
|
||||
public void testWithSideEffectsFromFileClass() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/delegatedProperty/delegateToAnother/withSideEffectsFromFileClass.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/codegen/box/delegatedProperty/local")
|
||||
|
||||
Reference in New Issue
Block a user