ajterr:10031

This is an old revision of the document!


You cannot mark a function as static that uses a class reference parameter (AJTERR10031)

Product(s) Karo.NET Compiler

A function declaration which was marked with the sl.attributes::static attribute cannot specify a class reference parameter.

[static]
test |self: !| { }
//          ^ A class reference parameter is not valid here.

Make the function non-static.

  • ajterr/10031.1744482082.txt.gz
  • Last modified: 2026-06-17 00:19
  • (external edit)