FIR: Fix serialization of delegated members
^KT-47413 Relates
This commit is contained in:
committed by
TeamCityServer
parent
cc71069a3a
commit
201dded237
+5
@@ -11219,6 +11219,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/delegation/diamond2.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("differentModules.kt")
|
||||
public void testDifferentModules() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/delegation/differentModules.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("genericProperty.kt")
|
||||
public void testGenericProperty() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/delegation/genericProperty.kt");
|
||||
|
||||
Reference in New Issue
Block a user