Minor, add regression test for K2 delegation issue
#KT-62120
This commit is contained in:
committed by
Space Team
parent
5506384cc9
commit
d2ebaf4e6c
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user