Merge all static runtime libs into libmono-static.
[mono.git] / mcs / errors / cs8039.cs
1 // CS8039: Primary constructor of type `Test' has parameter of same name as containing type
2 // Line: 4
3 // Compiler options: -langversion:experimental
4
5 class Test(object Test) 
6 {
7 }