[FIR-TEST] Add new testdata generated after changes in previous commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
fun Any.foo1() : (i : Int) -> Unit {
|
||||
return {}
|
||||
}
|
||||
|
||||
fun test(a : Any) {
|
||||
<!INAPPLICABLE_CANDIDATE!>a.foo1()()<!>
|
||||
}
|
||||
Reference in New Issue
Block a user