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
2009-02-27 Jb Evain <jbevain@novell.com>
[mcs.git]
/
errors
/
cs0548-3.cs
blob
f96cbf2c97c78e36ebfda237f73e4101e425e2eb
1
// cs0548-3.cs: `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