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:
committed by
teamcityserver
parent
00821bbc63
commit
7c5c744e87
+1
-1
@@ -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<!>
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user