Product(s) | Karo.NET compiler |
---|
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.
Not specified