2006-06-05 Jonathan Chambers <jonathan.chambers@ansys.com>
[mcs.git] / 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)