2010-05-19 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs1908-2.cs
blob92b17e9f08ac380b0ead0e8ba25130772efa3bb0
1 // gcs1908.cs: 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 (null)] short x)