2010-05-27 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0019-36.cs
blob2ccf17b85c5686430736a798aaa3b158739ea0d0
1 // CS0019: Operator `+' cannot be applied to operands of type `method group' and `method group'
2 // Line: 10
4 using System;
6 public class Test
8 public static void Main ()
10 Console.WriteLine (Main + Main);