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-417-lib.cs
blob
632fd6ef3dca309bb75286e2ada7572fd5656387
1
// Compiler options: -t:library
2
3
using
System
;
4
5
namespace
blah
6
{
7
8
public delegate void
MyFunnyDelegate
(
object
sender
,
params object
[]
message
);
9
10
}