ajterr:10044

This is an old revision of the document!


Type of variadic parameter must be of type "sl.types::array" (AJTERR10044)

Product(s) Karo.NET Compiler

A variadic parameter must be at the last position in the parameter list.

|test: string, ...optionalParameters: string, test2: string|
//             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Not at last position

Move the variadic parameter to the last position.

  • ajterr/10044.1757181425.txt.gz
  • Last modified: 2025-09-06 19:57
  • by admin