2014-09-04 09:07:35 +01:00
|
|
|
// CS8038: Primary constructor of type `Test<T>' has parameter of same name as type parameter `T'
|
2014-08-13 10:39:27 +01:00
|
|
|
// Line: 4
|
2015-04-07 09:35:12 +01:00
|
|
|
// Compiler options: -langversion:experimental
|
2014-08-13 10:39:27 +01:00
|
|
|
|
|
|
|
class Test<T>(T T)
|
|
|
|
{
|
|
|
|
}
|