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

Unified Diff: pkg/front_end/test/fasta/rasta/unresolved_recovery.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
« no previous file with comments | « pkg/front_end/test/fasta/rasta/unresolved_for_in.dart.outline.expect ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/test/fasta/rasta/unresolved_recovery.dart.outline.expect
diff --git a/pkg/front_end/test/fasta/rasta/unresolved_recovery.dart.outline.expect b/pkg/front_end/test/fasta/rasta/unresolved_recovery.dart.outline.expect
index 4e64945130213de9d9c899f5619632553a24d03d..36d86b3dfe725b8b226ef07c621a308600242486 100644
--- a/pkg/front_end/test/fasta/rasta/unresolved_recovery.dart.outline.expect
+++ b/pkg/front_end/test/fasta/rasta/unresolved_recovery.dart.outline.expect
@@ -3,17 +3,14 @@ import self as self;
import "dart:core" as core;
class E extends core::Object {
- constructor •() → self::E
- : super core::Object::•();
- method foo() → dynamic {
- super.[]=(4, 42);
- let final dynamic #t1 = 4 in super.[]=(#t1, super.[](#t1).+(5));
- return super.[](2);
- }
-}
-static method beforeTestMissingTry() → dynamic {
- throw core::_genericNoSuchMethod(null, #testMissingTry, <dynamic>[], <dynamic, dynamic>{}, null);
+ constructor •() → void
+ ;
+ method foo() → dynamic
+ ;
}
+static method beforeTestMissingTry() → dynamic
+ ;
static method testMissingTry() → dynamic
- invalid-statement;
-static method main() → dynamic {}
+ ;
+static method main() → dynamic
+ ;
« no previous file with comments | « pkg/front_end/test/fasta/rasta/unresolved_for_in.dart.outline.expect ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698