Basic support of partially specified type arguments though a new underscore operator for type arguments

^KT-13394
This commit is contained in:
Victor Petukhov
2021-10-21 14:23:25 +03:00
parent e057831f7f
commit b69fb6779f
35 changed files with 1212 additions and 9 deletions
@@ -13077,6 +13077,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
runTest("compiler/testData/diagnostics/tests/inference/hasErrorInConstrainingTypes.kt");
}
@Test
@TestMetadata("illegalUnderscoredTypeArgument.kt")
public void testIllegalUnderscoredTypeArgument() throws Exception {
runTest("compiler/testData/diagnostics/tests/inference/illegalUnderscoredTypeArgument.kt");
}
@Test
@TestMetadata("immutableArrayList.kt")
public void testImmutableArrayList() throws Exception {