2010-06-03 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs0826-2.cs
blob52562a366009a47b7c007e7266e88420c0a4bcb7
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[] { null };