[FIR] Add receiver for lambda in position of default argument
#KT-36905 Fixed
This commit is contained in:
@@ -2,15 +2,15 @@
|
||||
|
||||
fun test() {
|
||||
(fun Foo.() {
|
||||
<!UNRESOLVED_REFERENCE!>bar<!>()
|
||||
bar()
|
||||
(fun Barr.() {
|
||||
this.<!UNRESOLVED_REFERENCE!>bar<!>()
|
||||
<!UNRESOLVED_REFERENCE!>bar<!>()
|
||||
this.bar()
|
||||
bar()
|
||||
})
|
||||
})
|
||||
(fun Barr.() {
|
||||
this.<!UNRESOLVED_REFERENCE!>bar<!>()
|
||||
<!UNRESOLVED_REFERENCE!>bar<!>()
|
||||
this.bar()
|
||||
bar()
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user