* default.build: Fix relative path to key. Avoid use of ugly foreach
[mono.git] / mcs / errors / cs0267.cs
1 // CS0267: The `partial' modifier can be used only immediately before keyword `class', `struct', or `interface'
2 // Line: 4
3
4 partial enum e {}