repo.or.cz
/
mono-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #4926 from BrzVlad/fix-tls-v5
[mono-project.git]
/
mcs
/
errors
/
cs0534-6.cs
blob
ce702be2abbcb7d426c656bb5a7dc4000f801e1a
1
// CS0534: `M' does not implement inherited abstract member `B.BMethod()'
2
// Line: 5
3
// Compiler options: -r:CS0534-6-lib.dll
4
5
class
M
:
C
6
{
7
}