| 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.