[ilasm] Don't break arguments compatiblity
[mono-project.git] / mcs / errors / cs0826-8.cs
blob1beedda8bc898222331c6695cb73457a8098f3ed
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[] { Main };