Mirar @ Pike developers forum Thu, 10 Dec 2015 04:11:05 -0800
>> int x(int i) { return i; } >> variant int x() { return x(3); }
Is it a good idea to have this this legal/working? Shouldn't all variants have "variant" keyword?