* CheckBox.cs: Do not change the status of a checkbox when there
[mono.git] / mcs / errors / cs1530.cs
1 // cs1530.cs: New not allowed on namespace declarations
2 // Line: 
3 namespace A {
4
5         new class X {
6         }
7 }