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: 2026-06-17 00:21
  • by 127.0.0.1