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

Unified Diff: pkg/front_end/test/fasta/rasta/cascades.dart.outline.expect

Issue 2662703002: Update rasta outline expectations. (Closed)
Patch Set: Rebased on 0401b897958de33f8481b9cb323eab53106a3ce9. Created 3 years, 11 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/test/fasta/rasta/cascades.dart.outline.expect
diff --git a/pkg/front_end/test/fasta/rasta/cascades.dart.outline.expect b/pkg/front_end/test/fasta/rasta/cascades.dart.outline.expect
index ef94f0caf009524c4d7dfd8e1a83823343d4b0be..8c76e175b23745ead85a9053cba4fcf7cb8c0312 100644
--- a/pkg/front_end/test/fasta/rasta/cascades.dart.outline.expect
+++ b/pkg/front_end/test/fasta/rasta/cascades.dart.outline.expect
@@ -3,14 +3,10 @@ import self as self;
import "dart:core" as core;
class A extends core::Object {
- constructor •() → self::A
- : super core::Object::•();
+ constructor •() → void
+ ;
method add(dynamic x) → dynamic
- return x;
-}
-static method main() → dynamic {
- dynamic a = new self::A::•();
- function f(dynamic x) → dynamic
- return x;
- let final dynamic #t1 = a in let final dynamic #t2 = #t1.add(f).call("WHAT") in #t1;
+ ;
}
+static method main() → dynamic
+ ;

Powered by Google App Engine
This is Rietveld 408576698