FIR: Allow to skip specifying type arguments for members from raw type

^KT-54666 Fixed
^KT-54526 Related
This commit is contained in:
Denis.Zharkov
2022-10-20 18:46:48 +02:00
committed by Space Team
parent c0e0900344
commit 1e368bcd86
7 changed files with 105 additions and 3 deletions
@@ -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 {