| 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.