repo.or.cz
/
mcs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2010-04-15 Jb Evain <jbevain@novell.com>
[mcs.git]
/
errors
/
cs0139.cs
blob
8ba535585d5cf54ffa8535b37bb9f17309194a38
1
// cs0139.cs: No enclosing loop out of which to break or continue
2
// Line: 6
3
class
X
{
4
void
A
()
5
{
6
continue
;
7
}
8
}