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
monotouch uses the real HttpWebRequest
[mcs.git]
/
tests
/
gtest-exmethod-11.cs
blob
d7f67ac023d29664e05b5f42894936c2898d360f
1
2
3
using
System
;
4
5
public class
Test
6
{
7
public static int
Main
(
String
[]
args
)
8
{
9
if
(
1
.
OneEleven
())
10
return
0
;
11
12
return
1
;
13
}
14
}
15
16
public static class
Lol
17
{
18
public static bool
OneEleven
(
this object
o
)
19
{
20
return true
;
21
}
22
}