Merge pull request #1900 from esdrubal/cyclic-ref
[mono-project.git] / mcs / errors / cs0826-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 };