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
Add support for Windows x64 Full AOT + LLVM + Interpreter on CI. (#15276)
[mono-project.git]
/
mcs
/
tests
/
test-436.cs
blob
d8f742537d54fda1bc15633a92ad249e81a617b9
1
using
foo
=
System
.
Collections
;
2
3
class
X
:
foo
::
IEnumerable
{
4
foo
::
IEnumerator foo
::
IEnumerable
.
GetEnumerator
()
{ return null; }
5
public static void
Main
()
6
{
7
System
.
Collections
.
IEnumerable x
=
new
X
();
8
}
9
}