[ci] Only build the additional profiles on one arch instead of everywhere
[mono-project.git] / mcs / errors / cs8038.cs
bloba35382676467b4909b1cf355a7a740049c5bc098
1 // CS8038: Primary constructor of type `Test<T>' has parameter of same name as type parameter `T'
2 // Line: 4
3 // Compiler options: -langversion:experimental
5 class Test<T>(T T)