[corlib] Add a special method for XI so the linker does not always have to generate it.
[mono-project.git] / mcs / errors / cs0826-3.cs
blobbf07fdcf8bdd6fa3a8758bdd554b061b2155bf63
1 // CS0826: The type of an implicitly typed array cannot be inferred from the initializer. Try specifying array type explicitly
2 // Line: 13
5 public class Test
7 static void TestMethod ()
11 static void Main ()
13 var e = new[] { TestMethod () };