New test.
[mono.git] / mcs / errors / gcs1910-2.cs
1 // gcs1910.cs: Argument of type `int[]' is not applicable for the DefaultValue attribute\r
2 // Line: 7\r
3 \r
4 using System.Runtime.InteropServices;\r
5 using System;\r
6 \r
7 class Test {\r
8         void f ([DefaultParameterValue (new int[0])] object x)\r
9         {\r
10         }\r
11 }\r