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
[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git]
/
mcs
/
errors
/
cs0139.cs
blob
34d36ab50162e35ca79332b60c1ba3e4057e5954
1
// CS0139: No enclosing loop out of which to break or continue
2
// Line: 6
3
class
X
{
4
void
A
()
5
{
6
continue
;
7
}
8
}