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
2010-01-03 Zoltan Varga <vargaz@gmail.com>
[mcs.git]
/
errors
/
cs0102-7.cs
blob
a381659cbdb33b6861d3ed1883ecb2583489ac87
1
// cs0102-7.cs: The type `SampleClass' already contains a definition for `set_Item'
2
// Line: 7
3
4
public class
SampleClass
{
5
protected const int
set_Item
=
3
;
6
public int
Item
{
7
set
{}
8
}
9
}