2010-05-31 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0719-2.cs
bloba345c6bfa48c6fad30a019c12bc0a6cf2cb1e589
1 // CS0719: Array elements cannot be of static type `StaticClass'
2 // Line: 12
4 using System;
6 static class StaticClass
10 class MainClass
12 Type Type {
13 get {
14 return typeof (StaticClass []);