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
[corlib] Fix a few NSLogWriter issues. (#13799)
[mono-project.git]
/
mcs
/
tests
/
gtest-357.cs
blob
4a70dc6dda429763787d7c59011b49f108409746
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
public static void
Main
()
12
{
13
}
14
}