repo.or.cz
/
mono-project
/
dkf.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2009-02-10 Jeffrey Stedfast <fejj@novell.com>
[mono-project/dkf.git]
/
mcs
/
tests
/
gtest-326.cs
blob
2a3969950391047129d6be4e511a209457e6dda6
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
static void
Main
()
10
{
11
A x
=
new
A
();
12
foreach
(
int
i
in
x
) {
13
}
14
}
15
}