[FIR] Fix lambda resolve in independent context
This commit is contained in:
@@ -10,7 +10,7 @@ fun test() {
|
||||
val y: Unit = if (false);
|
||||
foo(y)
|
||||
|
||||
foo(<!UNRESOLVED_REFERENCE!>{if (1==1);}()<!>)
|
||||
foo({if (1==1);}())
|
||||
|
||||
return if (true);
|
||||
}
|
||||
Reference in New Issue
Block a user