// cs0139.cs: No loop to exit to in continue or break. // Line: 6 class X { void A () { continue; } }