[mcs] Reset also all partial parts current-type
[mono-project.git] / mcs / errors / cs0023-16.cs
blob9cfa92ad3c94ddca4659d45255bfe98989007c58
1 // CS0023: The `.' operator cannot be applied to operand of type `method group'
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);