2010-04-03 Jb Evain <jbevain@novell.com>
[mcs.git] / 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)