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
2007-03-28 Chris Toshok <toshok@ximian.com>
[mono-project.git]
/
mcs
/
errors
/
cs0548-2.cs
blob
64d5d5ba6beb2ecd4cef7a7e25b13a04132e57a2
1
// cs0548-2.cs: `PropertyInterface.Value': property or indexer must have at least one accessor
2
// Line: 5
3
4
interface
PropertyInterface
{
5
int
Value
{}
6
}
7