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
/
test-iter-12.cs
blob
213baa77140d89a0419b8744df3f87cbd18010c1
1
class
X
{
2
System
.
Collections
.
IEnumerable
a
()
3
{
4
lock
(
this
){
5
yield return
"a"
;
6
yield return
"b"
;
7
}
8
}
9
10
public static void
Main
() {}
11
}