Isn't it possible to have parentheses optional only for UFCS?

E.g.

Allow:
I 5.writeln

Dissallow:

void f()
{
        writeln("hi");
}

f; // this currently works


I don't know if this is possible to implement.

Reply via email to