Put using underscored type arguments under a feature

This commit is contained in:
Victor Petukhov
2021-10-22 11:56:58 +03:00
parent 1073adbbf0
commit 5508d40371
14 changed files with 50 additions and 1 deletions
@@ -13479,6 +13479,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
runTest("compiler/testData/diagnostics/tests/inference/typeParameterInConstructor.kt");
}
@Test
@TestMetadata("underscoredTypeArgument.kt")
public void testUnderscoredTypeArgument() throws Exception {
runTest("compiler/testData/diagnostics/tests/inference/underscoredTypeArgument.kt");
}
@Test
@TestMetadata("useFunctionLiteralsToInferType.kt")
public void testUseFunctionLiteralsToInferType() throws Exception {