repo.or.cz
/
mcs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add comment
[mcs.git]
/
tests
/
test-430.cs
blob
cf3014012953e45644f9c709d994e6ebb48fdf64
1
using
globalA
=
A
;
2
3
class
A { }
4
5
class
X
{
6
class
A { }
7
static void
Main
()
8
{
9
global
::
A a
=
new
globalA
();
10
System
.
Console
.
WriteLine
(
a
.
GetType
());
11
}
12
}