[mcs] Reset also all partial parts current-type
[mono-project.git] / mcs / errors / cs8039.cs
blob63353bf8589798a591c79c9d87beaa55ae323655
1 // CS8039: Primary constructor of type `Test' has parameter of same name as containing type
2 // Line: 4
3 // Compiler options: -langversion:experimental
5 class Test(object Test)