ajterr:10030

Class reference parameter must be the first parameter (AJTERR10030)

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.

  • ajterr/10030.txt
  • Last modified: 2025-04-12 19:39
  • by admin