2010-06-04 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0432-2.cs
blob42b49a0e7e43529f3a29b54d27a686fee8d304e9
1 // cs0432-2.cs: Alias `fool' not found
2 // Line: 9
4 class fool { }
6 class X {
7 static void Main ()
9 fool::Console.WriteLine ("hello");