Avoid skipping lambda argument processing in case of explicit type param
#KT-38691 fixed
This commit is contained in:
+5
@@ -11561,6 +11561,11 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirOldFronte
|
||||
runTest("compiler/testData/diagnostics/tests/inference/regressions/kt37650.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt38691.kt")
|
||||
public void testKt38691() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/regressions/kt38691.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt4420.kt")
|
||||
public void testKt4420() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/regressions/kt4420.kt");
|
||||
|
||||
Reference in New Issue
Block a user