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
2010-06-21 Atsushi Enomoto <atsushi@ximian.com>
[mcs.git]
/
tests
/
test-708.cs
blob
35cbb010e94860cf7f92293099ba596e9531b0e4
1
public class
A
2
{
3
public delegate
ADelegate
ADelegate
(
bool
ok
);
4
5
public static
ADelegate
Delegate2
(
bool
ok
)
6
{
7
return
ok
?
Delegate2
: (
ADelegate
)
null
;
8
}
9
10
public static void
Main
()
11
{
12
}
13
}