1 // cs0050-2.cs: Inconsistent accessibility: return type `ErrorCS0052' is less accessible than method `Foo.Method()'
10 public ErrorCS0052
Method () {
11 Console
.WriteLine ("The compile should advice the return type of this method is less accessible than the method.");
13 public static void Main () {}