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
[sdks] Fix README.md
[mono-project.git]
/
mcs
/
tests
/
test-215.cs
blob
073d2f4eb112c5640a78bf4a3cec6e93c7cc53a7
1
using
C1
=
N1
.
C1
;
2
3
public class
Test
{
4
private static
C1 c1
=
null
;
5
6
public static
C1 C1
{
7
get
{
8
return
c1
;
9
}
10
}
11
12
public static int
Main
() {
13
C1 tmp
=
C1
;
14
return
0
;
15
}
16
}
17
18
namespace
N1
{
19
public class
C1
{
20
}
21
}