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
[interp] Fall back to old implementation when calling on proxy
[mono-project.git]
/
mcs
/
errors
/
cs0409.cs
blob
cad22866310ee241f487de75b37bcf7580b76ac8
1
// CS0409: A constraint clause has already been specified for type parameter `U'
2
// Line: 7
3
4
class
C
<
T
,
U
>
where U
:
class
,
new
()
where U
:
new
()
5
{
6
}