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
2007-05-25 Jonathan Chambers <joncham@gmail.com>
[mcs.git]
/
tests
/
test-218.cs
blob
0086efe3c77d398f8fd7adb4165932462402ded8
1
class
T
2
{
3
static void
Main
()
4
{}
5
delegate void
foo
(
object
o
);
6
7
static
foo
[]
f
=
{ new foo(T.compareQueryQuery1) }
;
8
9
static void
compareQueryQuery1
(
object
o
) {}
10
};
11
12