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
Take stars out of types where they make more sense.
[mono-project.git]
/
mcs
/
tests
/
test-428.cs
blob
85d8e37f74b475636d35311651ea44d1a564f277
1
using
globalA
=
A
;
2
3
class
A { }
4
5
class
X
{
6
class
A { }
7
public static void
Main
()
8
{
9
globalA a
=
new global
::
A
();
10
System
.
Console
.
WriteLine
(
a
.
GetType
());
11
}
12
}