w32file-unix.c: In function 'mono_w32file_get_file_size':
[mono-project.git] / mcs / errors / cs1530.cs
blob4ffb162ea40eab301cda5258e9dca68529a64527
1 // CS1530: Keyword `new' is not allowed on namespace elements
2 // Line: 5
4 namespace A {
5 new class X {