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: 2026-06-17 00:21
  • by 127.0.0.1