2010-05-31 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs1908-4.cs
blob83f39e14ad5f8b7ed65c58877d8bac3266e20395
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 ((short) 1)] int x)