[FIR] Fix methods with erased parameters missing from raw collection scope

#KT-65448 Fixed
This commit is contained in:
Kirill Rakhman
2024-02-13 10:26:45 +01:00
committed by Space Team
parent 931480b12d
commit e88865e4c7
18 changed files with 818 additions and 2 deletions
@@ -30555,6 +30555,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
public void testKt57620() throws Exception {
runTest("compiler/testData/diagnostics/tests/rawTypes/kt57620.kt");
}
@Test
@TestMetadata("rawTypeOverrides.kt")
public void testRawTypeOverrides() throws Exception {
runTest("compiler/testData/diagnostics/tests/rawTypes/rawTypeOverrides.kt");
}
}
@Nested
@@ -30555,6 +30555,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
public void testKt57620() throws Exception {
runTest("compiler/testData/diagnostics/tests/rawTypes/kt57620.kt");
}
@Test
@TestMetadata("rawTypeOverrides.kt")
public void testRawTypeOverrides() throws Exception {
runTest("compiler/testData/diagnostics/tests/rawTypes/rawTypeOverrides.kt");
}
}
@Nested