Put using underscored type arguments under a feature
This commit is contained in:
+6
@@ -13479,6 +13479,12 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirDiagnosti
|
||||
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 {
|
||||
|
||||
+6
@@ -13479,6 +13479,12 @@ public class FirOldFrontendDiagnosticsWithLightTreeTestGenerated extends Abstrac
|
||||
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 {
|
||||
|
||||
Reference in New Issue
Block a user