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