overflow bug has been fixed in net_4_0
[mcs.git] / errors / cs0815-4.cs
blobb58bd2b2e7a706f1230dcff4948f149408adc1ed
1 // CS0815: An implicitly typed local variable declaration cannot be initialized with `anonymous method'
2 // Line: 9
5 public class Test
7 static void Main ()
9 var d = delegate {};