Merge pull request #1525 from akoeplinger/fix-dynamicdata-test
[mono-project.git] / mcs / errors / cs0267.cs
blob707eaa1c5411d9b8dcf58811a8f78d76c0376d18
1 // CS0267: The `partial' modifier can be used only immediately before `class', `struct', `interface', or `void' keyword
2 // Line: 4
4 partial enum e {}