* HttpChannel.cs, HttpClientChannel.cs, HttpHelper.cs, HttpServer.cs,
[mono.git] / mcs / errors / cs0116.cs
1 // cs0116.cs: A namespace cant have members that dont correspond to a class, delegate, interface, union, struct or enum.
2 // Line: 6
3
4 namespace Bar
5 {
6         float a;
7 }