* TextBoxBase.cs: Use the new SuspendRecalc/ResumeRecalc methods
[mono-project.git] / mcs / errors / gcs1909-2.cs
blobb62475452456089642ca4c9625ce07fe0fc55b48
1 // gcs1909-2.cs: The DefaultValue 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);