- Implemented InvokeGotFocus() method
[mono.git] / mcs / errors / cs0059.cs
index 6ce96ab66fd561e7463aea541cc2d705e432d017..4a5e87d3d5213d4ba70a5f52f616971938dcdc1a 100644 (file)
@@ -6,7 +6,7 @@ using System;
 class ErrorCS0059 {
 }
 
-class Foo {
+public class Foo {
        public delegate void ErrorCS0059Delegate (ErrorCS0059 e);
 
        public static void Main () {