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
update
[mcs.git]
/
tests
/
ltest-20.cs
blob
e767284f76fd513e82ec30ac1e99181421ee2318
1
public class
Z
2
{
3
public
Z
()
4
{
5
TestMethod tm
= () =>
Test
.
Foo
();
6
}
7
}
8
9
public class
Test
10
{
11
public static bool
Foo
()
12
{
13
return true
;
14
}
15
16
public static void
Main
()
17
{
18
}
19
}
20
21
public delegate void
TestMethod
();