"disable_omit_fp" can now be included in MONO_DEBUG
[mono-project.git] / mcs / errors / cs1530-2.cs
blob8a381c72851edb8136f70e27fda2e428f9267ee9
1 // CS1530: Keyword `new' is not allowed on namespace elements
2 // Line: 8
4 class Base
8 new class X: Base {