Add tests making sure that a couple of issues are fixed by PCLA

^KT-49283 Fixed
^KT-64077 Fixed
This commit is contained in:
Denis.Zharkov
2024-02-08 17:07:58 +01:00
committed by Space Team
parent fb8cc00d1f
commit a4ccb72b94
17 changed files with 143 additions and 0 deletions
@@ -2505,6 +2505,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/builderInference/issues/kt49263.kt");
}
@TestMetadata("kt49283.kt")
public void testKt49283() throws Exception {
runTest("compiler/testData/codegen/box/builderInference/issues/kt49283.kt");
}
@TestMetadata("kt50453.kt")
public void testKt50453() throws Exception {
runTest("compiler/testData/codegen/box/builderInference/issues/kt50453.kt");