[mcs] Reset also all partial parts current-type
[mono-project.git] / mcs / errors / cs0747-2.cs
blob0feae9d50a98a70fe59ffebaa44d8ef1d7642fab
1 // CS0747: Inconsistent `object initializer' member declaration
2 // Line: 16
5 using System;
6 using System.Collections;
8 class Data
12 public class Test
14 static void Main ()
16 var c = new ArrayList { Count = 1, 1 };