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
2007-03-28 Chris Toshok <toshok@ximian.com>
[mono-project.git]
/
mcs
/
errors
/
gcs0409.cs
blob
f40265705ecd68989f0b0cd3f68c9cf34d6a5aed
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
}