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
Add support for Windows x64 Full AOT + LLVM + Interpreter on CI. (#15276)
[mono-project.git]
/
mcs
/
tests
/
gtest-059.cs
blob
20863fb1a8ea127e2c5059c1943864eff7b9ff0e
1
namespace
N
{
2
interface
A
<
T
> {
3
}
4
}
5
class
X
<
T
> :
N
.
A
<
T
> {
6
}
7
class
Foo
{
8
public static void
Main
() {}
9
}