ajterr:10042

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.txt
  • Last modified: 2025-09-01 21:37
  • by admin