w32file-unix.c: In function 'mono_w32file_get_file_size':
[mono-project.git] / mcs / errors / cs0257.cs
blob72a31432ab8946fdd96e56e94ae7b9ce3af51e4e
1 // CS0257: An __arglist parameter must be the last parameter in a formal parameter list
2 // Line: 5
3 class Test
5 void Foo (__arglist, bool b) {}