quote only work on lambda on net_4_0
[mcs.git] / errors / cs0436.cs
blob34874f65934179a7a21724de4a182153e089a0b6
1 // CS0436: The type `System.Console' conflicts with the imported type `System.Console'. 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 ();