[mini] Always emit safepoints, except WASM
[mono-project.git] / mcs / errors / cs0139.cs
blob34d36ab50162e35ca79332b60c1ba3e4057e5954
1 // CS0139: No enclosing loop out of which to break or continue
2 // Line: 6
3 class X {
4 void A ()
6 continue;