[FIR] Handle FirErrorExpression when resolving arguments

^KT-65787: Fixed
This commit is contained in:
vladislav.grechko
2024-02-16 18:10:59 +01:00
committed by Space Team
parent 7a150cce47
commit 3dda88ddc2
3 changed files with 24 additions and 0 deletions
@@ -35,3 +35,11 @@ fun foo6() {
fun foo7() {
l3@ l2@ l1@ fun bar() {}
}
fun func(y: (Unit) -> Unit) {}
fun foo8() {
func(l@ {})
func(l2@ l1@ {})
func(<!UNDERSCORE_IS_RESERVED!>_<!>@ {})
}