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
add test to confirm behavior of Control.SetVisibleCore, and remove some redundant...
[mcs.git]
/
tests
/
gtest-292.cs
blob
0f0d0ed4148b682ad6167b079d23d4636d79c6d0
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
static void
Main
()
14
{ }
15
}