| Index: pkg/front_end/testcases/async_function.dart.outline.expect
|
| diff --git a/pkg/front_end/testcases/async_function.dart.outline.expect b/pkg/front_end/testcases/async_function.dart.outline.expect
|
| index 63464c054765232bf9963e8c62a7d646be81a5de..e1bc747d3f86528fec8641a3e24638aeaaa268c8 100644
|
| --- a/pkg/front_end/testcases/async_function.dart.outline.expect
|
| +++ b/pkg/front_end/testcases/async_function.dart.outline.expect
|
| @@ -4,17 +4,17 @@ import "dart:async" as asy;
|
| import "dart:core" as core;
|
|
|
| static field core::List<core::String> stringList;
|
| -static method asyncString() → asy::Future<core::String> async
|
| +static method asyncString() → asy::Future<core::String>
|
| ;
|
| -static method asyncString2() → asy::Future<core::String> async
|
| +static method asyncString2() → asy::Future<core::String>
|
| ;
|
| -static method syncStarString() → core::Iterable<core::String> sync*
|
| +static method syncStarString() → core::Iterable<core::String>
|
| ;
|
| -static method syncStarString2() → core::Iterable<core::String> sync*
|
| +static method syncStarString2() → core::Iterable<core::String>
|
| ;
|
| -static method asyncStarString() → asy::Stream<core::String> async*
|
| +static method asyncStarString() → asy::Stream<core::String>
|
| ;
|
| -static method asyncStarString2() → asy::Stream<core::String> async*
|
| +static method asyncStarString2() → asy::Stream<core::String>
|
| ;
|
| -static method main() → dynamic async
|
| +static method main() → dynamic
|
| ;
|
|
|