// CS0267: The `partial' modifier can be used only immediately before keyword `class', `struct', or `interface' // Line: 4 public partial static class Test { }