2010-06-03 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0119.cs
blobff62015ddefcfaf49f32364a057e886946823860
1 // cs0119.cs: Expression denotes a `method group', where a `variable', `value' or `type' was expected
2 // Line: 14
4 using System;
6 public class Test
8 public static void E ()
9 {
12 public static void Main ()
14 Console.WriteLine(E.x);