FIR: Update test data (suspicious diagnostic on return statement)

There should be errors, but different: cannot infer parameter type

^KT-46422 Relates
This commit is contained in:
Denis.Zharkov
2021-04-27 18:25:12 +03:00
committed by teamcityserver
parent 00821bbc63
commit 7c5c744e87
3 changed files with 11 additions and 11 deletions
@@ -6,7 +6,7 @@ fun <T, R> foo(block: (T)-> R) = block
fun test1() {
foo {
x -> // here we have 'cannot infer parameter type' error
43
<!ARGUMENT_TYPE_MISMATCH!>43<!>
}
}