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
Merge pull request #1821 from iainx/replace-getline
[mono-project.git]
/
mcs
/
errors
/
cs0102-8.cs
blob
d029ae5492731900cc6095caf46649e99713b313
1
// CS0102: 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
}