dart-sdk/pkg/front_end/testcases/await.dart.outline.expect
Sigmund Cherem ebfd044456 Remove async modifier from outlines
In the future we might want to re-add this, but for now, no one needs to know
that a function was async/async*/sync*. This also allows the async/await
transformer to ignore external references without any special logic.

R=scheglov@google.com

Review-Url: https://codereview.chromium.org/2888823004 .
2017-05-18 15:20:20 -07:00

6 lines
68 B
Plaintext

library;
import self as self;
static method main() → dynamic
;