(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / errors / cs0610-3.cs
blobe66f5544b14392c52d40a297e5e048382a074d6d
1 // cs0610.cs: Field or property cannot be of type 'System.TypedReference'
2 // Line: 5
4 public class Sample {
5 const System.TypedReference arg = null;