[NI] Report error about unknown parameter type of lambda argument
KT-34335
This commit is contained in:
Generated
+10
@@ -10126,6 +10126,11 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirOldFronte
|
||||
runTest("compiler/testData/diagnostics/tests/inference/noInformationForParameter.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("nonFunctionalExpectedTypeForLambdaArgument.kt")
|
||||
public void testNonFunctionalExpectedTypeForLambdaArgument() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/nonFunctionalExpectedTypeForLambdaArgument.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("nullableTypeArgumentWithNotNullUpperBound.kt")
|
||||
public void testNullableTypeArgumentWithNotNullUpperBound() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/nullableTypeArgumentWithNotNullUpperBound.kt");
|
||||
@@ -10901,6 +10906,11 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirOldFronte
|
||||
runTest("compiler/testData/diagnostics/tests/inference/nothingType/kt32388.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt34335.kt")
|
||||
public void testKt34335() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/nothingType/kt34335.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("lambdaNothingAndExpectedType.kt")
|
||||
public void testLambdaNothingAndExpectedType() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/nothingType/lambdaNothingAndExpectedType.kt");
|
||||
|
||||
Reference in New Issue
Block a user