Merge pull request #4003 from ntherning/ignore-disconnected-interfaces-in-HttpListene...
[mono.git] / mcs / tests / gtest-autoproperty-06.cs
index 9bf1e946220757ae2053b34cb4d8b03bcf93410a..fc3cb244a725b6d39c36b900ba9d0bd5ebc00b42 100644 (file)
@@ -14,7 +14,7 @@ class C : I<A>, I<B>
 
 class Program
 {
-       static void Main (string[] args)
+       public static void Main (string[] args)
        {
                C c = new C ();
        }