ajterr:10040

Tried to use the static access operator for a non static property (AJTERR10040)

Product(s) Karo.NET Compiler

A static access operator was used to retrieve a non-static property.

#makeStaticAvailableEverywhere sl.types::string:length;
//                                              ^^^^^^ length is not a static property
io:out(sl.types::string:length);
//                      ^^^^^^ length is not a static property

Not specified

  • ajterr/10040.txt
  • Last modified: 2025-08-31 00:19
  • by admin