merge r67228-r67235, r67237, r67251 and r67256-67259 to trunk (they are
[mono.git] / mcs / errors / cs0116.cs
1 // cs0116.cs: A namespace can only contain types and namespace declarations
2 // Line: 6
3
4 namespace Bar
5 {
6         float a;
7 }