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
2007-05-25 Jonathan Chambers <joncham@gmail.com>
[mcs.git]
/
tests
/
gtest-008.cs
blob
5665e12d404a93f134760bbd50ca639fed21cc0c
1
interface
I
2
{
3
void
Hello
();
4
}
5
6
class
Stack
<
T
>
7
where T
:
I
,
new
()
8
{
9
}
10
11
class
Test
12
{
13
}
14
15
class
X
16
{
17
static void
Main
()
18
{
19
}
20
}