DEBSOURCES
Skip Quicknav
sources / mono / 4.6.2.7%2Bdfsg-1 / mcs / errors / cs1530-2.cs
12345678910
// CS1530: Keyword `new' is not allowed on namespace elements // Line: 8 class Base { } new class X: Base { }