9b786d35f8
If we do create an implicit invoke call, and then put the receiver into the argument list, we should mark it.
5 lines
87 B
Kotlin
Vendored
5 lines
87 B
Kotlin
Vendored
// ISSUE: KT-64891
|
|
|
|
fun test(f: (Int) -> Int) {
|
|
<!NO_RECEIVER_ALLOWED!>2.(f)()<!>
|
|
} |