w32file-unix.c: In function 'mono_w32file_get_file_size':
[mono-project.git] / mcs / errors / cs1751.cs
blobe5f79e3f9d66f067f4834a871a8f01aa169bbf31
1 // CS1751: Cannot specify a default value for a parameter array
2 // Line: 6
4 class C
6 public static void Test (params C[] a = null)