Product(s) | Karo.NET Compiler |
---|
A class reference parameter must be the first and only the first parameter in a function definition.
test |param1: string, self: !| { } // ^ Class reference parameter is not at the first position.
Move the parameter to the first position.