2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs0826.cs
blob00c07e25072187a65d72135185b1ba614dc26a03
1 // CS0826: The type of an implicitly typed array cannot be inferred from the initializer. Try specifying array type explicitly
2 // Line: 9
5 public class Test
7 static void Main ()
9 var e = new[] { };