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-anon-100.cs
blob
bcf4046c2eb6b25e8fd31c0d9bf4e657bae9112c
1
using
System
;
2
using
System
.
Reflection
;
3
4
class
C
5
{
6
static
Action f
=
new
Action
(
7
delegate
{
8
Assembly
[]
aa
= {
9
typeof
(
object
).
Assembly
,
10
};
11
});
12
13
public static void
Main
()
14
{
15
}
16
}