2010-05-19 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0400.cs
blob4d56a45cc231eac92658e2185ca7078de44e8581
1 // cs0400.cs: The type or namespace name `N' could not be found in the global namespace (are you missing an assembly reference?)
2 // Line: 8
4 class C
6 public static void Main()
8 global::N n = null;