2010-06-04 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs0826-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 () };