summaryrefslogtreecommitdiff
path: root/mcs/errors/cs8039.cs
blob: 63353bf8589798a591c79c9d87beaa55ae323655 (plain)
1
2
3
4
5
6
7
// CS8039: Primary constructor of type `Test' has parameter of same name as containing type
// Line: 4
// Compiler options: -langversion:experimental

class Test(object Test) 
{
}