Replace errors with warnings for type checker recursion on delegates
^KT-49477 Fixed
This commit is contained in:
committed by
teamcity
parent
a4a2f71fca
commit
72a78eb423
+12
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user