w32file-unix.c: In function 'mono_w32file_get_file_size':
[mono-project.git] / mcs / errors / cs1750-2.cs
blob414a08628f86e0a2cedfd5c15de89181f9611c49
1 // CS1750: Optional parameter expression of type `S' cannot be converted to parameter type `C'
2 // Line: 10
4 struct S
8 class C
10 public static void Test (C c = new S ())