Product(s) | Karo.Net Compiler |
---|
A generic type parameter was specified, that has the same name as a parameter of the function.
test<T, T2> |T: string| { } // ^ ^ Generic type parameter and function parameter have the same name.
Use different names for parameters and type parameters.