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
Merge pull request #3806 from BrzVlad/feature-parallel-gc-final
[mono-project.git]
/
mcs
/
errors
/
cs0066-2.cs
blob
05cf361fb6bb44712e7bcac6565c61b421207c0a
1
// CS0066: `Sample.reference': event must be of a delegate type
2
// Line: 5
3
4
public class
Sample
{
5
event object
reference
;
6
}