2014-09-04 09:07:35 +01:00
|
|
|
// CS8039: Primary constructor of type `Test' has parameter of same name as containing type
|
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(object Test)
|
|
|
|
{
|
|
|
|
}
|