2009-06-05 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs1910.cs
blobb8200cd95e9ec07d6268983e429c5b93c1b952ad
1 // gcs1910.cs: Argument of type `System.Type' is not applicable for the DefaultValue attribute
2 // Line: 7
4 using System.Runtime.InteropServices;
6 class Test {
7 void f ([DefaultParameterValue (typeof (object))] object x)