w32file-unix.c: In function 'mono_w32file_get_file_size':
[mono-project.git] / mcs / errors / cs0103-15.cs
blobb2448445d898bfc7f32010d6e43b5ed9168af295
1 // CS0103: The name `List' does not exist in the current context
2 // Line: 8
4 class X
6 public static void Main ()
8 var r = nameof (List<int2>);