remove debug writelines
[mcs.git] / errors / cs0611-2.cs
blob8acb02d901f30d845b54dfc2515b40c525fea80a
1 // cs0611-2.cs: Array elements cannot be of type `System.TypedReference'
2 // Line: 5
4 public class Sample {
5 System.TypedReference[] references {
6 get {
7 return null;
11 static void Main () {}