* TextBoxBase.cs: Use the new SuspendRecalc/ResumeRecalc methods
[mono-project.git] / mcs / errors / cs0610-2.cs
blobd5d90a594355f73b77c7d891db4bc6e58164fbcc
1 // cs0610-2.cs: Field or property cannot be of type `System.TypedReference'
2 // Line: 5
4 public class Sample {
5 System.TypedReference reference {
6 get {
7 return null;