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
/
test-436.cs
blob
19130d7ca0e342f939fa7c4f3d13cd428a8b1217
1
using
foo
=
System
.
Collections
;
2
3
class
X
:
foo
::
IEnumerable
{
4
foo
::
IEnumerator foo
::
IEnumerable
.
GetEnumerator
()
{ return null; }
5
static void
Main
()
6
{
7
System
.
Collections
.
IEnumerable x
=
new
X
();
8
}
9
}