blob: aa3b0e293a764f12c2c4dd41a74d2b3b41af5cee [file] [log] [blame]
library;
//
// Problems in library:
//
// pkg/front_end/testcases/general/await_in_non_async.dart:11:3: Error: 'await' can only be used in 'async' or 'async*' methods.
// await foo();
// ^^^^^
//
import self as self;
static method main() dynamic {
self::foo();
}
static method foo() dynamic {
invalid-expression "pkg/front_end/testcases/general/await_in_non_async.dart:11:3: Error: 'await' can only be used in 'async' or 'async*' methods.
await foo();
^^^^^";
}