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