[FIR] Fix crash caused by cast of raw type to simple type
#KT-66552 Fixed
This commit is contained in:
committed by
Space Team
parent
cec36355b2
commit
786c37286c
+6
@@ -22200,6 +22200,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
|
||||
runTest("compiler/testData/diagnostics/tests/j+k/rawOverride.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("rawTypeCrash.kt")
|
||||
public void testRawTypeCrash() {
|
||||
runTest("compiler/testData/diagnostics/tests/j+k/rawTypeCrash.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("rawTypeScope.kt")
|
||||
public void testRawTypeScope() {
|
||||
|
||||
+6
@@ -22200,6 +22200,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
|
||||
runTest("compiler/testData/diagnostics/tests/j+k/rawOverride.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("rawTypeCrash.kt")
|
||||
public void testRawTypeCrash() {
|
||||
runTest("compiler/testData/diagnostics/tests/j+k/rawTypeCrash.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("rawTypeScope.kt")
|
||||
public void testRawTypeScope() {
|
||||
|
||||
Reference in New Issue
Block a user