2007-03-19 Chris Toshok <toshok@ximian.com>
[mono-project.git] / mcs / 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;