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
Warnings cleanup
[mcs.git]
/
errors
/
cs0066-2.cs
blob
08f59d7a95f55c929151d98c686571f3da0642d2
1
// cs0066-2.cs: `Sample.reference': event must be of a delegate type
2
// Line: 5
3
4
public class
Sample
{
5
event object
reference
;
6
}