class OverloadingSameSignatureGenerics{ T foo(T a){ return a; } void foo(T a){ } }