FIR: fix a bunch of issues after DiagnosticsReporter refactoring related to reporting diagnostic on null source
This commit is contained in:
committed by
Space Team
parent
a7edf5b83e
commit
69f2e8826a
+1
-1
@@ -14,7 +14,7 @@ fun test_2(
|
||||
) {}
|
||||
|
||||
fun test_3(
|
||||
x: () -> Any = { y() to <!UNINITIALIZED_PARAMETER!>y<!>.invoke() }, // Error
|
||||
x: () -> Any = { <!UNINITIALIZED_PARAMETER!>y<!>() to <!UNINITIALIZED_PARAMETER!>y<!>.invoke() }, // Error
|
||||
y: () -> String = { "OK" }
|
||||
) {}
|
||||
|
||||
|
||||
+1
-1
@@ -14,7 +14,7 @@ fun test_2(
|
||||
) {}
|
||||
|
||||
fun test_3(
|
||||
x: () -> Any = { y() to <!UNINITIALIZED_PARAMETER!>y<!>.invoke() }, // Error
|
||||
x: () -> Any = { <!UNINITIALIZED_PARAMETER!>y<!>() to <!UNINITIALIZED_PARAMETER!>y<!>.invoke() }, // Error
|
||||
y: () -> String = { "OK" }
|
||||
) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user