Merge pull request #5002 from BrzVlad/feature-sgen-modes
[mono.git] / mcs / errors / cs0267-2.cs
1 // CS0267: The `partial' modifier can be used only immediately before `class', `struct', `interface', or `void' keyword
2 // Line: 4
3
4 public partial static class Test
5 {
6 }