Merge branch 'xml-fixes' of https://github.com/myeisha/mono into myeisha-xml-fixes
[mono-project.git] / mcs / errors / cs0139.cs
blob8ba535585d5cf54ffa8535b37bb9f17309194a38
1 // cs0139.cs: No enclosing loop out of which to break or continue
2 // Line: 6
3 class X {
4 void A ()
6 continue;