ajterr:10030

This is an old revision of the document!


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.1744479570.txt.gz
  • Last modified: 2026-06-17 00:19
  • (external edit)