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
Add Mono.Runtime::GetNativeStackTrace method to make the new backtracing facility...
[mono-project.git]
/
mcs
/
tests
/
gtest-035.cs
blob
06f1a69081a4229f7797700e8554ed4a0492d337
1
// May use a constructed type as constraint.
2
3
class
Test
<
T
>
4
{ }
5
6
class
Foo
<
T
>
7
where T
:
Test
<
T
>
8
{ }
9
10
class
X
11
{
12
static void
Main
()
13
{
14
}
15
}