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
Warnings cleanup
[mcs.git]
/
tests
/
gtest-059.cs
blob
f65d1ae475bd66727cd84f0014d6ec5e13b20529
1
namespace
N
{
2
interface
A
<
T
> {
3
}
4
}
5
class
X
<
T
> :
N
.
A
<
T
> {
6
}
7
class
Foo
{
8
static void
Main
() {}
9
}