cs1530.cs 101 B

1234567
  1. // cs1530.cs: New not allowed on namespace declarations
  2. // Line:
  3. namespace A {
  4. new class X {
  5. }
  6. }