repo.or.cz
/
mcs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Reenable AOT, it wasn't enabled on the x86 buildbot anyway.
[mcs.git]
/
tests
/
test-661.cs
blob
ca1652b512aa320e5234861420146753b7dbea78
1
// Compiler options: -r:test-661-lib.dll
2
3
public class
Test
4
{
5
static void
Main
()
6
{
7
}
8
9
public void
TestMethod
()
10
{
11
SummaryInfo s
=
GetSummary
();
12
s
.
set_Property
(
0
,
null
);
13
}
14
15
static
SummaryInfo
GetSummary
()
16
{
17
return null
;
18
}
19
}