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