| Product(s) | Karo.NET Compiler |
|---|
When specifying an attribute you must reference a type. This error is thrown when your code references something else.
test: number := 4;
[test]/*
^^^^ You are referencing a property here instead of a type.
*/
example::exampleClass { }
Specify a valid type.