FIR: Support special scope for raw types
^KT-46369 Fixed ^KT-41794 Fixed ^KT-49351 Fixed
This commit is contained in:
committed by
Space Team
parent
1215ae0fe7
commit
5cc31114cd
+6
@@ -24187,6 +24187,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
|
||||
runTest("compiler/testData/diagnostics/tests/platformTypes/rawTypes/nonGenericRawMember.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("nonRawArraysInRawType.kt")
|
||||
public void testNonRawArraysInRawType() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/platformTypes/rawTypes/nonRawArraysInRawType.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("nonTrivialErasure.kt")
|
||||
public void testNonTrivialErasure() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user