Product(s) | Karo.Net Compiler |
---|
A generic type parameter on a function was found, that has the same name as a generic type parameter in the enclosing type.
test::testType<T> { func<T> ||: void { } // ^ This generic type parameter name is already used by the enclosing type. }
Use a distinct name for the generic type parameters.