// cs1530.cs: Keyword new not allowed on namespace elements // Line: 8 class Base { } new class X: Base { }