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
[sdks] Fix README.md
[mono-project.git]
/
mcs
/
tests
/
gtest-457.cs
blob
365df4339a1b0f924d37eedca485598075df2e59
1
using
System
;
2
3
class
Program
4
{
5
class
C
6
{
7
}
8
9
void
Foo
<
T
> ()
where T
:
C
10
{
11
}
12
13
public static int
Main
()
14
{
15
return
0
;
16
}
17
}