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
[interp] Fall back to old implementation when calling on proxy
[mono-project.git]
/
mcs
/
tests
/
test-913.cs
blob
e35eaff1795677c2a840fc31776874182a07b122
1
namespace
N
2
{
3
using
X
=
A
.
B
;
4
5
class
A
6
{
7
public class
B
{}
8
9
public class
C
:
X
{}
10
11
public static void
Main
()
12
{
13
new
C
();
14
}
15
}
16
}