[FE] Use indexed loop to prevent CME in incorporation
#KT-60225 Fixed
This commit is contained in:
committed by
Space Team
parent
3e41faf91f
commit
3bfcf3090c
+6
@@ -16920,6 +16920,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
|
||||
runTest("compiler/testData/diagnostics/tests/inference/receiverTypeMismatch_withoutProper.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("recursiveGenericExtensionReceiver.kt")
|
||||
public void testRecursiveGenericExtensionReceiver() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/recursiveGenericExtensionReceiver.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("reportAboutUnresolvedReferenceAsUnresolved.kt")
|
||||
public void testReportAboutUnresolvedReferenceAsUnresolved() throws Exception {
|
||||
|
||||
+6
@@ -16920,6 +16920,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
|
||||
runTest("compiler/testData/diagnostics/tests/inference/receiverTypeMismatch_withoutProper.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("recursiveGenericExtensionReceiver.kt")
|
||||
public void testRecursiveGenericExtensionReceiver() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/recursiveGenericExtensionReceiver.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("reportAboutUnresolvedReferenceAsUnresolved.kt")
|
||||
public void testReportAboutUnresolvedReferenceAsUnresolved() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user