[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[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 }