2010-04-06 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs0826-6.cs
blob772bd5a5606627477579187ad6d7570e8ef89cbf
1 // CS0826: The type of an implicitly typed array cannot be inferred from the initializer. Try specifying array type explicitly
2 // Line: 8
4 public class Test
6 static void Main ()
8 var e = new[] { 1, "a" };