summaryrefslogtreecommitdiff
path: root/mcs/errors/cs0509-5.cs
blob: 25c7626e275f4dc73514f2160c20a66d66223f08 (plain)
1
2
3
4
5
6
// CS0509: `X': cannot derive from sealed type `int'
// Line: 4

class X : int
{
}