2010-04-03 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs0826-5.cs
blobcaf1154da6d628a6294bfc53d93ace0ed1c020a5
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[] { delegate {} };