blob: 7cbf642a61c782e4879569104ac1d0c278084e9f [file] [log] [blame]
// Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
main() {
foo();
}
foo() {
// ignore: await_in_wrong_context
await foo();
}