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-144.cs
blob
6af8e3422abb98be1ef5403a4ac6c6d398b47a3a
1
using
System
;
2
3
namespace
UiaAtkBridgeTest
4
{
5
class
Test
6
{
7
public static void
Invoke
(
EventHandler d
)
8
{
9
}
10
}
11
12
public class
GailTester
13
{
14
public void
ThisCausesACrash
<
I
> ()
15
{
16
Test
.
Invoke
(
delegate
{ }
);
17
}
18
19
public static void
Main
()
20
{
21
}
22
}
23
}