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
@@ -16,11 +16,11 @@ val foo: Foo = run {
val foofoo: Foo = run {
val x = foo()
if (x == null) throw Exception()
x
<!ARGUMENT_TYPE_MISMATCH!>x<!>
}
val bar: Bar = run {
val x = foo()
if (x == null) throw Exception()
x
<!ARGUMENT_TYPE_MISMATCH!>x<!>
}