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
[mono/tests] Fix out of tree build.
[mono-project.git]
/
mcs
/
tests
/
test-917.cs
blob
6c82172d8cba68f5d4a51ebfc9ec5ee8b0f33507
1
public class
Foo
2
{
3
public static class
Nested
4
{
5
class
bar
6
{
7
public static int value
;
8
}
9
10
public static void
Main
()
11
{
12
{
13
bool
bar
=
false
;
14
}
15
16
var
i
=
bar
.
value
;
17
}
18
}
19
}
20