ajterr:10001

Importing is only allowed before declaring any classes (AJTERR10001)

Product(s) KARO.NET Compiler

A #import parser instruction was used inside a class or an enum defintion or after it.

test::testClass {
   #import sl;
// ^^^^^^^^^^^ Import parser instruction is invalid here
}

Put the #import parser exception on top of the file outside the class/enum definition.

  • ajterr/10001.txt
  • Last modified: 2025-08-30 21:13
  • by admin