Basic support of partially specified type arguments though a new underscore operator for type arguments
^KT-13394
This commit is contained in:
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user