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

Unified Diff: pkg/front_end/test/fasta/rasta/native_is_illegal.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/native_is_illegal.dart.outline.expect
diff --git a/pkg/front_end/test/fasta/rasta/native_is_illegal.dart.outline.expect b/pkg/front_end/test/fasta/rasta/native_is_illegal.dart.outline.expect
index 36cec9b05d3bf5f9ce7639dff4ff1f2ea29ed433..a7ea25ba312929c5f9b6f0160e967b58d084a43a 100644
--- a/pkg/front_end/test/fasta/rasta/native_is_illegal.dart.outline.expect
+++ b/pkg/front_end/test/fasta/rasta/native_is_illegal.dart.outline.expect
@@ -4,13 +4,13 @@ import "dart:core" as core;
class Bar extends core::Object {
get x() → self::Bar
- return "Bar_get_x";
+ ;
set x(self::Bar value) → dynamic
- return "Bar_set_x";
+ ;
method f() → dynamic
- return "Bar_f";
+ ;
static factory •() → self::Bar
- return "Bar_constructor";
+ ;
}
static method foo() → dynamic
- invalid-statement;
+ ;

Powered by Google App Engine
This is Rietveld 408576698