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
/
cs1551.cs
blob
0384c23be25a1e583c05c7b91735dbe73ed6a8bd
1
// cs1551.cs: Indexers must have at least one parameter
2
// Line: 8
3
4
class
Test
5
{
6
public int this
[]
7
{
8
set
{}
9
}
10
}