[mcs] Reset also all partial parts current-type
[mono-project.git] / mcs / errors / cs0826-10.cs
blobcdd30edd35c6c25f8a7846278205213fccd1489a
1 // CS0826: The type of an implicitly typed array cannot be inferred from the initializer. Try specifying array type explicitly
2 // Line: 8
4 class C
6 public static void Main ()
8 var array = new[] { null, null };