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
2009-12-09 Jb Evain <jbevain@novell.com>
[mcs.git]
/
tests
/
gtest-anon-31.cs
blob
95b23c3e4183712445370e502367ff171bf29d73
1
using
System
;
2
public static class
A
3
{
4
public static void
Fail
<
X
> ()
5
{
6
EventHandler t
=
delegate
{
7
t
=
delegate
{ X foo; }
;
8
};
9
}
10
11
public static void
Main
()
12
{
13
}
14
}