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