repo.or.cz
/
mono-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[tuner] handle the case with multiple "preserve" attributes
[mono-project.git]
/
mcs
/
tests
/
gtest-326.cs
blob
551f0655e5642cb7456228a18efd201d930b590a
1
// Compiler options: /r:gtest-326-lib.dll
2
using
System
;
3
4
public class
A
:
C5
.
ArrayList
<
int
>
5
{ }
6
7
class
X
8
{
9
public static void
Main
()
10
{
11
A x
=
new
A
();
12
foreach
(
int
i
in
x
) {
13
}
14
}
15
}