w32file-unix.c: In function 'mono_w32file_get_file_size':
[mono-project.git] / mcs / errors / cs0100-4.cs
blob595965eb61173513bddf155a1be6ba321db54d73
1 // CS0100: The parameter name `obj' is a duplicate
2 // Line: 4
4 public delegate void D (object obj, object obj);