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 #1821 from iainx/replace-getline
[mono-project.git]
/
mcs
/
errors
/
cs0115.cs
blob
aca0420eee2efd1798c719634b81daf26ec1c2db
1
// CS0115: `X.Bla()' is marked as an override but no suitable method found to override
2
// Line: 5
3
4
class
X
{
5
public override void
Bla
()
6
{
7
}
8
}