ajterr:10020

This is an old revision of the document!


A function marked as entrypoint must not have any arguments (AJTERR10020)

Product(s) Product 1; Product 2;

A function marked as entrypoint must not have any arguments as these cannot be provided by the runtime.

#entryPoint;
main |test: string|: void { }
//    ^^^^^^^^^^^^ An argument

Remove all arguments from the function definition.

  • ajterr/10020.1741527533.txt.gz
  • Last modified: 2025-03-09 14:38
  • by admin