Closed HaraldJoerg closed 3 years ago
As discussed on IRC: The grammar for method delegation needs to be able to distinguish between two identifiers (foo,bar) and one mapping (foo=>bar). The syntax I propose has been presented on IRC and didn't get sufficient criticism.
Consider :handles(first second third : fourth fifth). I think without the commas it is very unclear.
:handles(first second third : fourth fifth)
Thanks, @HaraldJoerg !
As discussed on IRC: The grammar for method delegation needs to be able to distinguish between two identifiers (foo,bar) and one mapping (foo=>bar). The syntax I propose has been presented on IRC and didn't get sufficient criticism.