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