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

Unified 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 side-by-side diff with in-line comments
Download patch
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
;

Powered by Google App Engine
This is Rietveld 408576698