[mcs] Reset also all partial parts current-type
[mono-project.git] / mcs / errors / cs1958.cs
blobf9fda1fa73484c3b1de0a3f230014151589b5c57
1 // CS1958: Object and collection initializers cannot be used to instantiate a delegate
2 // Line: 9
3 using System;
5 class Test
7 public static void Main ()
9 var a = new Action (delegate { }) {