e0d597a1bc
and tests for JET-168 Improve the parser for function and tuple types as receiver types
4 lines
106 B
Plaintext
4 lines
106 B
Plaintext
fun invoker(~gen~gen : fun () : Int) : Int {
|
|
return `gen`gen() // Says it cannot resolve 'gen' here
|
|
}
|