* default.build: Fix relative path to key. Avoid use of ugly foreach
[mono.git] / mcs / errors / gcs1909-2.cs
1 // gcs1909-2.cs: The DefaultValue attribute is not applicable on parameters of type `System.Type'\r
2 // Line: 7\r
3 \r
4 using System.Runtime.InteropServices;\r
5 \r
6 interface ITest {\r
7         void f ([DefaultParameterValue (typeof (ITest))] System.Type x);\r
8 }\r