[utils] Add check for ANDROID_UNIFIED_HEADERS to mono-compiler.h (#5742)
[mono.git] / mcs / errors / cs1530-3.cs
1 // CS1530: Keyword `new' is not allowed on namespace elements
2 // Line: 8
3
4 new enum E
5 {
6 }
7