1 2 3 4 5 6 7 8
// CS0139: No enclosing loop out of which to break or continue // Line: 6 class X { void A () { continue; } }