w32file-unix.c: In function 'mono_w32file_get_file_size':
[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)