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
/
cs0100-5.cs
blob
ff5653f9e21ff8a84650a3dfeb3d470136d5259a
1
// CS0100: The parameter name `obj' is a duplicate
2
// Line: 4
3
4
abstract class
C
5
{
6
public abstract int this
[
object
obj
,
object
obj
] {
7
set
;
8
}
9
}