2007-03-19 Chris Toshok <toshok@ximian.com>
[mono-project.git] / mcs / errors / gcs1909.cs
blob16081307a75910a566d20e79931cbb8e299e8177
1 // gcs1909.cs: The DefaultValue attribute is not applicable on parameters of type `int[]'
2 // Line: 7
4 using System.Runtime.InteropServices;
6 class Test {
7 void f ([DefaultParameterValue (new int[0])] int[] x)