w32file-unix.c: In function 'mono_w32file_get_file_size':
[mono-project.git] / mcs / errors / cs1908-4.cs
blobdc3565426f3922259a540d0a34ea7f35820dc314
1 // CS1908: The type of the default value should match the type of the parameter
2 // Line:
4 class Test {
5 internal void f ([System.Runtime.InteropServices.DefaultParameterValue ((short) 1)] int x)