Closed fabpot closed 3 months ago
When using named arguments, a compilation error is thrown when some required arguments are missing. But when not using arguments, the error was thrown at runtime. This PR fixed this.
When using named arguments, a compilation error is thrown when some required arguments are missing. But when not using arguments, the error was thrown at runtime. This PR fixed this.