blob: dbd559440112e1790ef8c5004d4fee512134b7e5 [file] [log] [blame]
library;
//
// Problems in library:
//
// pkg/front_end/testcases/rasta/try_label.dart:9:5: Error: A continue statement can't be used outside of a loop or switch statement.
// Try removing the continue statement.
// continue L;
// ^^^^^^^^
//
// pkg/front_end/testcases/rasta/try_label.dart:9:5: Error: A 'continue' label must be on a loop or a switch member.
// continue L;
// ^^^^^^^^
//
import self as self;
static method main() dynamic {
invalid-expression "pkg/front_end/testcases/rasta/try_label.dart:9:5: Error: A 'continue' label must be on a loop or a switch member.
continue L;
^^^^^^^^";
}