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
+2
-2
@@ -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<!>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user