2005-06-29 Jonathan Chambers <jonathan.chambers@ansys.com>
[mcs.git] / errors / cs0267.cs
blob9c7de13adecec2fb7657759a6eb38a048041810e
1 // cs0267.cs: The partial modifier can only appear immediately before `class', `struct' or `interface'
2 // Line: 4
4 partial enum e {}