summaryrefslogtreecommitdiff
path: root/mcs/errors/cs0267-2.cs
blob: 1d60d316fa6264b08b389a31d86efe02ff9c8353 (plain)
1
2
3
4
5
6
// CS0267: The `partial' modifier can be used only immediately before `class', `struct', `interface', or `void' keyword
// Line: 4

public partial static class Test
{
}