* HttpChannel.cs, HttpClientChannel.cs, HttpHelper.cs, HttpServer.cs,
[mono.git] / mcs / errors / cs0060.cs
1 // cs0060.cs: Incosistent accessability between X and Y.X
2 // Line: 6
3 class X {
4 }
5
6 public class Y : X {
7 }