blob: 9289785cbec6a26e6e419764cfd4e5d3e5857fe1 [file] [log] [blame]
library;
//
// Problems in library:
//
// pkg/front_end/testcases/coverage/from_co19/continue_label_t03.dart:13:9: Error: A continue statement can't be used outside of a loop or switch statement.
// Try removing the continue statement.
// continue L; // Error
// ^^^^^^^^
//
// pkg/front_end/testcases/coverage/from_co19/continue_label_t03.dart:13:9: Error: Can't continue at 'L' in a different function.
// continue L; // Error
// ^^^^^^^^^^
//
import self as self;
import "dart:core" as core;
static method foo() void {
core::int counter = 0;
invalid-expression "pkg/front_end/testcases/coverage/from_co19/continue_label_t03.dart:13:9: Error: Can't continue at 'L' in a different function.
continue L; // Error
^^^^^^^^^^";
}