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
[interp] Reduce computation under calc_section mutex
[mono-project.git]
/
mcs
/
tests
/
gtest-008.cs
blob
b581332bb9777d003c93bc4d2ed8ebdc4adae00f
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
public static void
Main
()
18
{
19
}
20
}