[FIR] Fix methods with erased parameters missing from raw collection scope
#KT-65448 Fixed
This commit is contained in:
committed by
Space Team
parent
931480b12d
commit
e88865e4c7
+6
@@ -28301,6 +28301,12 @@ public class FirLightTreeOldFrontendDiagnosticsTestGenerated extends AbstractFir
|
||||
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
|
||||
|
||||
+6
@@ -28307,6 +28307,12 @@ public class FirPsiOldFrontendDiagnosticsTestGenerated extends AbstractFirPsiDia
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user