2007-03-19 Chris Toshok <toshok@ximian.com>
[mono-project.git] / mcs / errors / gcs1908.cs
blobfa5d731dfee224ad8a1d8816c70dc661bd1be997
1 // gcs1908.cs: The type of the default value should match the type of the parameter
2 // Line: 5
4 class Test {
5 internal void f ([System.Runtime.InteropServices.DefaultParameterValue (1)] short x)