ajterr:10042

This is an old revision of the document!


A type cannot have a single variadic type parameter as type parameter (AJTERR10042)

Product(s) Karo.NET Compiler

A variadic type parameter must always be accompanied by another type parameter.

test::testClass<...T> { }
//              ^^^^ This variadic type parameter is the only type parameter, which is not valid.

Introduce atleast one other type parameter.

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