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
[interp] Reduce computation under calc_section mutex
[mono-project.git]
/
mcs
/
tests
/
test-debug-10.cs
blob
babec3ab4b01096ba59d04b393d4339cdf31515c
1
class
C
2
{
3
public static void
Main
()
4
{
5
Prop
=
3
;
6
}
7
8
static int
Prop
9
{
10
get
{
11
return
4
;
12
}
13
14
set
{
15
}
16
}
17
18
static int
PropAuto
19
{
20
get
;
21
set
;
22
}
23
}