- Implemented InvokeGotFocus() method
[mono.git] / mcs / errors / cs0592-8.cs
index 8f2689360aaf8948bb74255ba867527a2549e701..baf0cbaf222c07fcf74f899130b3c96c916cf5ae 100644 (file)
@@ -9,4 +9,5 @@ public class C
     public void Test (int a)
     {
     }
+    static public void Main () {}
 }