repo.or.cz
/
mono-project
/
dkf.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2009-02-10 Jeffrey Stedfast <fejj@novell.com>
[mono-project/dkf.git]
/
mcs
/
tests
/
gtest-178.cs
blob
c75d9feff80c69d980d8cb506b7a63ea705caa46
1
public interface
Foo
2
{
3
T Test
<
T
> ()
4
where T
:
class
;
5
}
6
7
class
X
8
{
9
static void
Main
()
10
{ }
11
}