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
2009-03-11 Zoltan Varga <vargaz@gmail.com>
[mcs.git]
/
tests
/
gtest-168.cs
blob
a2c6d31d46a37d8ca9cc4294e87b884f8344f8f0
1
// Compiler options: /r:gtest-168-lib.dll
2
public class
lis
<
a
> {}
3
4
public class
M
{
5
public static
lis
<
a
>
Rev
<
a
> (
lis
<
a
>
x
)
6
{
7
return
x
;
8
}
9
10
public static
lis
<
b
>
MapFromArray
<
a
,
b
> (
a
[]
x
)
11
{
12
return
M
.
Rev
(
new
lis
<
b
>());
13
}
14
}
15
16
class
X
17
{
18
static void
Main
()
19
{ }
20
}