Report CANNOT_INFER_PARAMETER_TYPE on any error value parameters of a lambda
^KT-48058 Fixed
This commit is contained in:
committed by
teamcityserver
parent
1966915e92
commit
cd09c8ba51
+6
@@ -10705,6 +10705,12 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirDiagnosti
|
||||
runTest("compiler/testData/diagnostics/tests/functionLiterals/kt4529.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47493.kt")
|
||||
public void testKt47493() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/functionLiterals/kt47493.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt6541_extensionForExtensionFunction.kt")
|
||||
public void testKt6541_extensionForExtensionFunction() throws Exception {
|
||||
|
||||
+6
@@ -10705,6 +10705,12 @@ public class FirOldFrontendDiagnosticsWithLightTreeTestGenerated extends Abstrac
|
||||
runTest("compiler/testData/diagnostics/tests/functionLiterals/kt4529.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47493.kt")
|
||||
public void testKt47493() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/functionLiterals/kt47493.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt6541_extensionForExtensionFunction.kt")
|
||||
public void testKt6541_extensionForExtensionFunction() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user