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-03-11 Zoltan Varga <vargaz@gmail.com>
[mcs.git]
/
tests
/
test-658.cs
blob
484aa0b63ff026800fe56c097b1c67c7ecd1712b
1
class
A
2
{
3
private int
Thread
4
{
5
get
6
{
7
return
0
;
8
}
9
}
10
}
11
12
class
Thread
13
{
14
public static void
Foo
()
15
{
16
}
17
}
18
19
class
B
:
A
20
{
21
public static void
Main
()
22
{
23
Thread
.
Foo
();
24
}
25
}
26