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
[loader] LoadFrom of problematic images should reprobe
[mono-project.git]
/
mcs
/
errors
/
cs0548-3.cs
blob
487db35c72db58f08b38e5f1c17daa36d1da83cc
1
// CS0548: `PropertyInterface.this[long]': property or indexer must have at least one accessor
2
// Line: 5
3
4
interface
PropertyInterface
{
5
int this
[
long
l
] {}
6
}
7