[interp] Don't check for exception in native wrappers (#14184)
[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];