w32file-unix.c: In function 'mono_w32file_get_file_size':
[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;