2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0436.cs
blobf3272f6c8fcb56073b681ed37a35474ecab6ebfa
1 // CS0436: The type `System.Console' conflicts with the imported type of same name'. Ignoring the imported type definition
2 // Line: 16
3 // Compiler options: -warn:2 -warnaserror
5 namespace System
7 public class Console
12 public class C
14 public static void Main ()
16 new System.Console ();