* HttpChannel.cs, HttpClientChannel.cs, HttpHelper.cs, HttpServer.cs,
[mono.git] / mcs / errors / cs0678.cs
1 class X {
2         readonly volatile int j;
3
4         static void Main () {}
5 }