summaryrefslogtreecommitdiff
path: root/mcs/errors/cs0418-2.cs
blob: 86738d0bd617a7cebcfed18345d333f58e15f26e (plain)
1
2
3
4
5
6
// CS0418: `TestClass': an abstract class cannot be sealed or static
// Line: 4

public abstract static class TestClass
{
}