Replace errors with warnings for type checker recursion on delegates

^KT-49477 Fixed
This commit is contained in:
Victor Petukhov
2021-10-29 17:26:03 +03:00
committed by teamcity
parent a4a2f71fca
commit 72a78eb423
36 changed files with 749 additions and 48 deletions
@@ -8488,6 +8488,18 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
runTest("compiler/testData/diagnostics/tests/delegation/kt44843.kt");
}
@Test
@TestMetadata("kt49477.kt")
public void testKt49477() throws Exception {
runTest("compiler/testData/diagnostics/tests/delegation/kt49477.kt");
}
@Test
@TestMetadata("kt49477Error.kt")
public void testKt49477Error() throws Exception {
runTest("compiler/testData/diagnostics/tests/delegation/kt49477Error.kt");
}
@Test
@TestMetadata("kt8154.kt")
public void testKt8154() throws Exception {