blob: a2b27e127753a32d3224d7ae441309cb174004bc [file] [log] [blame]
library /*isNonNullableByDefault*/;
//
// 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;
^^^^^^^^";
}