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
[interp] Fall back to old implementation when calling on proxy
[mono-project.git]
/
mcs
/
tests
/
test-559-lib.cs
blob
adbbe8aecbd46de2239a502a2519b0194e619984
1
// Compiler options: -target:library
2
3
public class
B
4
{
5
public delegate void
TestDelegate
();
6
public virtual event
TestDelegate TestEvent
;
7
}