w32file-unix.c: In function 'mono_w32file_get_file_size':
[mono-project.git] / mcs / errors / cs1910.cs
blob37cdbf1c943e671f622fe97b9d8b8fc3d2061319
1 // CS1910: Argument of type `System.Type' is not applicable for the DefaultParameterValue attribute
2 // Line: 7
4 using System.Runtime.InteropServices;
6 class Test {
7 void f ([DefaultParameterValue (typeof (object))] object x)