w32file-unix.c: In function 'mono_w32file_get_file_size':
[mono-project.git] / mcs / errors / cs1737.cs
blob50877f9e8ba30e65086abc293eb32c54c5df6a13
1 // CS1737: Optional parameter cannot precede required parameters
2 // Line: 6
4 class C
6 public static void Test (byte a = 1, int u)