j
k
j a
j l
...int x(int i) { return i; } variant int x() { return x(3); }
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?
Back to the thread
Back to the list