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
Fixes the mono/tests/gc-graystack-stress test on Windows x64
[mono-project.git]
/
mcs
/
errors
/
cs0401.cs
blob
ac95556b2f5bb7241fde9e64d0c8cde011706a87
1
// CS0401: The `new()' constraint must be the last constraint specified
2
// Line: 4
3
4
class
Foo
<
T
>
where T
:
new
(),
new
()
5
{
6
}