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
Merge pull request #1861 from saper/home-override
[mono-project.git]
/
mcs
/
tests
/
gtest-292.cs
blob
13dce4ed3fd5bf176906832dee04f82ab671e02f
1
namespace
Test
2
{
3
public delegate void
Handler
<
TA
> (
TA sender
)
4
where TA
:
A
<
TA
>;
5
6
public class
A
<
TA
>
7
where TA
:
A
<
TA
>
8
{ }
9
}
10
11
class
X
12
{
13
public static void
Main
()
14
{ }
15
}