Merge pull request #5439 from alexrp/master
[mono.git] / mcs / tests / gtest-174.cs
index 9d3cae447b4509889901146ef5a80365974c9f6c..24d9fd575226bf23f93e658c7338b9fff3975222 100644 (file)
@@ -4,7 +4,7 @@ public class B<T> {
 }
 
 class M {
-       static void Main () {
+       public static void Main () {
                A<int> x = A<int>._N_constant_object;
                B<int> y = B<int>._N_constant_object;
        }