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
Add Mono.Runtime::GetNativeStackTrace method to make the new backtracing facility...
[mono-project.git]
/
mcs
/
tests
/
test-743-lib.cs
blob
5451849dd06a894d82e101a4a7234a2c58ccfd81
1
// Compiler options: -t:library
2
3
public class
A
4
{
5
public int
Prop
{
6
get
{
7
return
1
;
8
}
9
private set
{ }
10
}
11
12
protected internal string this
[
int
i
] {
13
private get
{
14
return null
;
15
}
16
set
{ }
17
}
18
}