2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0610-3.cs
blobb4dbd6ea205cef245f80fe44c95404b5dd86ed8d
1 // cs0610-3.cs: Field or property cannot be of type `System.TypedReference'
2 // Line: 5
4 public class Sample {
5 const System.TypedReference arg = null;