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
2009-12-12 Rodrigo Kumpera <rkumpera@novell.com>
[mcs.git]
/
tests
/
test-338.cs
blob
e1860e17b9b8313fcd7c7bb7ff439f29234843fb
1
class
X
{
2
public static void
Main
()
{ }
3
4
Y Y
;
5
6
static object
z
=
Y
.
Z
.
I
;
7
static
Y
.
Z
fz
()
{return Y.Z.I; }
8
}
9
10
public class
Y
{
11
public class
Z
{
12
public readonly static
Z I
=
new
Z
();
13
}
14
}