2007-03-19 Chris Toshok <toshok@ximian.com>
[mono-project.git] / mcs / errors / gcs1910-2.cs
blob1c1d37cd65908f65cd39b61b6b19ba535658dd63
1 // gcs1910.cs: Argument of type `int[]' is not applicable for the DefaultValue attribute
2 // Line: 7
4 using System.Runtime.InteropServices;
5 using System;
7 class Test {
8 void f ([DefaultParameterValue (new int[0])] object x)