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
"disable_omit_fp" can now be included in MONO_DEBUG
[mono-project.git]
/
mcs
/
tests
/
test-218.cs
blob
816728fe54cc0621634b0fc79b0dfd73577606cc
1
class
T
2
{
3
public 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