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.