w32file-unix.c: In function 'mono_w32file_get_file_size':
[mono-project.git] / mcs / errors / cs1107.cs
blob2e00866d170fec4b3fccc25fe11f753b112e0e15
1 // CS1107: Duplicate parameter modifier `ref'
2 // Line: 6
4 static class S
6 static void Foo (ref ref ulong u)