[corlib] Add a special method for XI so the linker does not always have to generate it.
[mono-project.git] / mcs / 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];