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