Closed edemaine closed 2 months ago
Currently, nested implicit arguments create an extra implicit comma at the end of the arguments.
I had to fix this for #1391 because type arguments can't have a trailing comma in TypeScript.
This led the way to fixing it for function calls too.
Currently, nested implicit arguments create an extra implicit comma at the end of the arguments.
I had to fix this for #1391 because type arguments can't have a trailing comma in TypeScript.
This led the way to fixing it for function calls too.