repo.or.cz
/
mcs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2008-09-29 Jb Evain <jbevain@novell.com>
[mcs.git]
/
errors
/
cs0111-5.cs
blob
852808d49e45a8e21aaeab57607fe287b989c993
1
// CS0111: A member `ISample.Blah()' is already defined. Rename this member or use different parameter types
2
// Line: 6
3
4
public interface
ISample
{
5
int
Blah
();
6
int
Blah
();
7
}