* TextBoxBase.cs: Use the new SuspendRecalc/ResumeRecalc methods
[mono-project.git] / mcs / errors / gcs0702-2.cs
blob31f24a64d9d80321d5379dc426a857b023af484a
1 // gcs0702.cs: Bound cannot be special class `object'
2 // Line: 8
4 using System;
6 class Foo<T>
7 where T : object