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
2010-06-21 Atsushi Enomoto <atsushi@ximian.com>
[mcs.git]
/
errors
/
gcs0409.cs
blob
c6aca2675f86457848f2baff0a76431fe2294c3a
1
// gcs0409.cs: 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
}