FIR: Allow to skip specifying type arguments for members from raw type
^KT-54666 Fixed ^KT-54526 Related
This commit is contained in:
committed by
Space Team
parent
c0e0900344
commit
1e368bcd86
+6
@@ -24181,6 +24181,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
|
||||
runTest("compiler/testData/diagnostics/tests/platformTypes/rawTypes/kt47459.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("noTypeArgumentsForRawScopedMembers.kt")
|
||||
public void testNoTypeArgumentsForRawScopedMembers() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/platformTypes/rawTypes/noTypeArgumentsForRawScopedMembers.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("nonGenericRawMember.kt")
|
||||
public void testNonGenericRawMember() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user