ajterr:10006

Multiple entry points found (AJTERR10006)

Product(s) Karo.NET compiler

Multiple entry points were specified in a compilation unit.

test::exampleClass {
   #entryPoint;
   || { }
   
   #entryPoint;
// ^^^^^^^^^^^^ A second entry point is specified here.
   || { }
}

Specify only one entrypoint.

  • ajterr/10006.txt
  • Last modified: 2026-06-17 00:21
  • by 127.0.0.1