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

public abstract sealed class TestClass
{
}