// CS1530: Keyword `new' is not allowed on namespace elements // Line: 5 namespace A { new class X { } }