2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs1910-2.cs
blob6b467446c2d4ee0680fff444a1f45500374d5df5
1 // CS1910: Argument of type `int[]' is not applicable for the DefaultParameterValue attribute
2 // Line: 7
4 using System.Runtime.InteropServices;
5 using System;
7 class Test {
8 void f ([DefaultParameterValue (new int[0])] object x)