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
/
gtest-081.cs
blob
abb55d120c10fd4d801f7754a233e95ae1af9f4e
1
public class
ArrayList
<
T
>
2
{
3
void
AddAll
<
U
> (
U u
)
4
where U
:
T
5
{
6
InsertAll
(
u
);
7
}
8
9
void
InsertAll
(
T t
)
10
{ }
11
}
12
13
class
X
14
{
15
static void
Main
()
16
{ }
17
}