Merge remote branch 'upstream/master'
[mono.git] / mcs / errors / cs0012-8.cs
1 // CS0012: 
2 // Line: 10
3 // Compiler options: -r:CS0012-6-lib.dll
4
5 class Test
6 {
7         public static void Main ()
8         {
9                 A.M.Foo ();
10         }
11 }