ajterr:10041

This is an old revision of the document!


Variadic type parameter must be last type parameter (AJTERR10041)

Product(s) Karo.NET Compiler

A variadic type parameter must always be specified at the last position.

test::testClass<...T, T2> { }
//              ^^^^ This variadic type parameter is not at the last position

Move the variadic type parameter to the last position.

  • ajterr/10041.1756754609.txt.gz
  • Last modified: 2026-06-17 00:19
  • (external edit)