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