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
avoid using a custom sources file for the net_2_1_raw profile
[mcs.git]
/
errors
/
cs0102-8.cs
blob
72fa143c96d2ac12337f88db6c17c5ea2b53017b
1
// cs0102-8.cs: The type `SampleClass' already contains a definition for `set_Item'
2
// Line: 6
3
4
public class
SampleClass
{
5
protected const int
set_Item
=
3
;
6
const int
set_Item
=
5
;
7
}