ajterr:10011

You must specify a type as an attribute (AJTERR10011)

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.

  • ajterr/10011.txt
  • Last modified: 2025-03-01 20:57
  • by admin