[corlib] Add a special method for XI so the linker does not always have to generate it.
[mono-project.git] / mcs / errors / cs0426.cs
blob8a31f8f35b85490a26164f0d01889a2fbfe22484
1 // CS0426: 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;