Revert "doh, miscopied file names."
[mono-project.git] / mcs / errors / cs0437.cs
blobb1c02c33daf1434f58c74494e1e4250e20f717ed
1 // CS0437: The type `System' conflicts with the imported namespace `System'. Using the definition found in the source file
2 // Line: 9
3 // Compiler options: -warnaserror
5 enum System { A }
7 class X
9 void Method (System arg)