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