ajterr:10031

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.txt
  • Last modified: 2025-04-12 20:21
  • by admin