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
/
gtest-357.cs
blob
dac6c5f3e6244b05ce9ccc359d3cd78feca9b3a6
1
class
C
<
T
>
where T
:
new
()
2
{
3
}
4
5
class
D
<
U
> :
C
<
U
>
where U
:
struct
6
{
7
}
8
9
class
X
10
{
11
static void
Main
()
12
{
13
}
14
}