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
Fix LLVM linker flags for 6.0.
[mono-project.git]
/
mcs
/
tests
/
gtest-218.cs
blob
0f52e819fb2666d6e330d5f3f9c5a26365ab5fe1
1
public interface
IFoo
<
T
>
where T
:
IFoo
<
T
>
{ }
2
public interface
IBaz
<
T
>
where T
:
IFoo
<
T
>
{ }
3
4
class
Foo
:
IFoo
<
Foo
>
5
{ }
6
7
class
X
8
{
9
public static void
Main
()
10
{ }
11
}