remove debug writelines
[mcs.git] / errors / gcs1909-2.cs
blob040f545cee4f10fd39f379dead7bb7a217612ddd
1 // CS1909: The DefaultParameterValue attribute is not applicable on parameters of type `System.Type'
2 // Line: 7
4 using System.Runtime.InteropServices;
6 interface ITest {
7 void f ([DefaultParameterValue (typeof (ITest))] System.Type x);