On 03/03/2016 02:06 PM, Jack Stouffer wrote:

This doesn't work either

string func(int a, int[int] b = int[int].init) {

Parentheses around int[int] works though. I don't know whether it's a bug.

string func(int a, int[int] b = (int[int]).init) {

Ali

Reply via email to