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
In class/Microsoft.Build.Tasks:
[mcs.git]
/
tests
/
test-665.cs
blob
cb1a326ad1ea2bc3236c38088134904dea236f91
1
using
System
;
2
3
class
Test
4
{
5
public static int
Main
()
6
{
7
return checked
(
Method
) (
null
) +
unchecked
(
Method
) (
null
);
8
}
9
10
static int
Method
(
object
o
)
11
{
12
return
0
;
13
}
14
}