quote only work on lambda on net_4_0
[mcs.git] / errors / cs0719.cs
blob516bfea1063596517204c20a94b6ee14b7ccb958
1 // CS0719: Array elements cannot be of static type `StaticClass'
2 // Line: 10
4 static class StaticClass {
7 class MainClass {
8 public static object Method ()
10 return new StaticClass [3];