Minor, add regression test for K2 delegation issue

#KT-62120
This commit is contained in:
Alexander Udalov
2023-11-06 15:50:08 +01:00
committed by Space Team
parent 5506384cc9
commit d2ebaf4e6c
10 changed files with 63 additions and 0 deletions
@@ -13310,6 +13310,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/delegation/byMiddleInterface.kt");
}
@TestMetadata("computeIfAbsent.kt")
public void testComputeIfAbsent() throws Exception {
runTest("compiler/testData/codegen/box/delegation/computeIfAbsent.kt");
}
@TestMetadata("defaultOverride.kt")
public void testDefaultOverride() throws Exception {
runTest("compiler/testData/codegen/box/delegation/defaultOverride.kt");