2010-04-03 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs1910.cs
blob384d4ab287a01715e300ff6ccc258e04476e1fe9
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)