| Product(s) | Karo.Net Compiler |
|---|
As static constructors get called in the runtime, it is invalid to specify any parameters.
[static]
[constructor]
|a: string|: void { } /*
^^^^^^^^^ Defining parameters in static constructors is invalid. */
Remove all parameters from the static constructor.