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
2009-03-15 Steven Munroe <munroesj@us.ibm.com>
[mcs.git]
/
errors
/
cs0102.cs
blob
903027d8e94ec81b5cd2226f6c8cb110a9d7e9be
1
// cs0102.cs: The type `SampleClass' already contains a definition for `set_Item'
2
// Line: 6
3
4
public class
SampleClass
{
5
protected int
set_Item
;
6
public int this
[
int
index
]
{ set {}
}
7
}