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
/
gtest-068.cs
blob
1d60f7d3928525a3688b8d0ed556515e857260a4
1
namespace
Martin
2
{
3
public class
Foo
<
T
>
4
{ }
5
}
6
7
namespace
Baulig
8
{
9
using
M
=
Martin
;
10
11
class
X
12
{
13
public static void
Main
()
14
{
15
M
.
Foo
<
int
>
foo
;
16
}
17
}
18
}