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
/
cs0102-5.cs
blob
ef4c0d6e4ccc19d248a5b25f7791481066a1c9fb
1
// cs0102-5.cs: The type `SampleClass' already contains a definition for `Item'
2
// Line: 6
3
4
public class
SampleClass
{
5
protected int
Item { set {}
}
6
public bool
Item
;
7
}