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
2007-03-28 Chris Toshok <toshok@ximian.com>
[mono-project.git]
/
mcs
/
errors
/
cs0102-3.cs
blob
b4068382469b02e87eabd8f8bb9377282964974a
1
// cs0102-3.cs: The type `ErrorClass' already contains a definition for `Method'
2
// Line: 6
3
4
public class
ErrorClass
{
5
protected int
Method
()
{ return 2; }
6
public bool
Method
;
7
}