2010-04-06 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs1909.cs
blob424e076429d36be589180ed6897f826d4d056772
1 // CS1909: The DefaultParameterValue 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)