[loader] LoadFrom of problematic images should reprobe
[mono-project.git] / mcs / errors / cs0826-11.cs
blob55d04caf1d824cb613b3e4659eefaee9786162b6
1 // CS0826: The type of an implicitly typed array cannot be inferred from the initializer. Try specifying array type explicitly
2 // Line: 8
4 class XX
6 public static void Main ()
8 var m = new [] { (1, Main) };