2010-06-04 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0426.cs
blobc71e08896fcad0b7b94d57d9da4ba256f0947467
1 // cs0426.cs: The nested type `B' does not exist in the type `A'
2 // Line: 12
4 class A
8 class Test
10 public static void Main()
12 A.B a;