2010-06-04 Jb Evain <jbevain@novell.com>
[mcs.git] / 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;