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 #2314 from lambdageek/dev/local-handles
[mono-project.git]
/
mcs
/
errors
/
cs1551.cs
blob
d25d89a8adb00be849fe8af66488b8f5a78c2b93
1
// CS1551: Indexers must have at least one parameter
2
// Line: 8
3
4
class
Test
5
{
6
public int this
[]
7
{
8
set
{}
9
}
10
}