[corlib] Add a special method for XI so the linker does not always have to generate it.
[mono-project.git] / mcs / errors / cs0826-7.cs
blobbd7419140366c2ead00a4b99278ba74eb745ebc0
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, null };