// CS9003: Primary constructor of type `Test' has parameter of same name as type parameter `T' // Line: 4 class Test(T T) { }