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
[tuner] handle the case with multiple "preserve" attributes
[mono-project.git]
/
mcs
/
tests
/
test-var-09.cs
blob
085559bf5aa9a4616d3aa23ba5b9ce022d63d972
1
using
System
;
2
3
class
A
4
{
5
public static int
Main
()
6
{
7
var
list
=
new
A
();
8
var
a
=
list
as object
;
9
object
o
=
a
;
10
return
0
;
11
}
12
}