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
2010-04-13 Sebastien Pouliot <sebastien@ximian.com>
[mono-project.git]
/
mcs
/
tests
/
test-433.cs
blob
1391b2972629c9a857cc85da4e89040ed3f0ec82
1
using
foo
=
Foo
;
2
3
namespace
Foo
{
4
class
A { }
5
}
6
7
class
X
{
8
static
foo
::
A a
=
new
Foo
.
A
();
9
static void
Main
()
10
{
11
System
.
Console
.
WriteLine
(
a
.
GetType
());
12
}
13
}