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
[mono/tests] Fix out of tree build.
[mono-project.git]
/
mcs
/
tests
/
gtest-282.cs
blob
945419cc23b731a6ebe5334042c03c119564fa56
1
class
Foo
:
C
<
Foo
.
Bar
> {
2
public class
Bar
{}
3
}
4
class
C
<
T
> {}
5
6
class
Test
{
7
static
Foo f
=
new
Foo
();
8
public static void
Main
()
{ System.Console.WriteLine (f.GetType ().BaseType); }
9
}