Hacker News new | ask | show | jobs
by derefr 1117 days ago
In languages that require parens for method calls, not using them usually gets you a method handle. Which is still in conflict with a field reference — usually because methods are just function-pointer-typed static fields.
1 comments

That's why I said "you can" rather than "you must". And linked to an example that of a language with the property I described.