summaryrefslogtreecommitdiff
path: root/mcs/errors/cs0534-6.cs
blob: ce702be2abbcb7d426c656bb5a7dc4000f801e1a (plain)
1
2
3
4
5
6
7
// CS0534: `M' does not implement inherited abstract member `B.BMethod()'
// Line: 5
// Compiler options: -r:CS0534-6-lib.dll

class M : C
{
}