You cannot use the static access operator on a type which is not sl.types::type (AJTERR10002)
Product(s) | Karo.NET compiler |
---|
Description
You tried to use the static access operator (:
) on a property not of type sl.types::type
.
sl.types::string:empty:test; // ^ sl.types::string:empty is not of type "sl.types::type", so using the static access operator on it is invalid.
How can I resolve this error?
Not specified