Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(14)

Side by Side Diff: pkg/front_end/testcases/async_function.dart.outline.expect

Issue 2888823004: Remove async modifier from outlines (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 library; 1 library;
2 import self as self; 2 import self as self;
3 import "dart:async" as asy; 3 import "dart:async" as asy;
4 import "dart:core" as core; 4 import "dart:core" as core;
5 5
6 static field core::List<core::String> stringList; 6 static field core::List<core::String> stringList;
7 static method asyncString() → asy::Future<core::String> async 7 static method asyncString() → asy::Future<core::String>
8 ; 8 ;
9 static method asyncString2() → asy::Future<core::String> async 9 static method asyncString2() → asy::Future<core::String>
10 ; 10 ;
11 static method syncStarString() → core::Iterable<core::String> sync* 11 static method syncStarString() → core::Iterable<core::String>
12 ; 12 ;
13 static method syncStarString2() → core::Iterable<core::String> sync* 13 static method syncStarString2() → core::Iterable<core::String>
14 ; 14 ;
15 static method asyncStarString() → asy::Stream<core::String> async* 15 static method asyncStarString() → asy::Stream<core::String>
16 ; 16 ;
17 static method asyncStarString2() → asy::Stream<core::String> async* 17 static method asyncStarString2() → asy::Stream<core::String>
18 ; 18 ;
19 static method main() → dynamic async 19 static method main() → dynamic
20 ; 20 ;
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698