w32file-unix.c: In function 'mono_w32file_get_file_size':
[mono-project.git] / mcs / errors / cs0826-6.cs
blob16c50b2caa81f749cff9be8ea27470b889365236
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, "a" };