[FIR-TEST] Add new testdata generated after changes in previous commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
class A(foo: Int.() -> Unit) {
|
||||
init {
|
||||
4.<!UNRESOLVED_REFERENCE!>foo<!>()
|
||||
}
|
||||
}
|
||||
|
||||
fun test(foo: Int.(String) -> Unit) {
|
||||
4.<!UNRESOLVED_REFERENCE!>foo<!>("")
|
||||
4.<!UNRESOLVED_REFERENCE!>foo<!>(p1 = "")
|
||||
4.<!UNRESOLVED_REFERENCE!>foo<!>(p2 = "")
|
||||
}
|
||||
Reference in New Issue
Block a user