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

Unified Diff: pkg/front_end/test/fasta/rasta/unresolved_for_in.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/unresolved_for_in.dart.outline.expect
diff --git a/pkg/front_end/test/fasta/rasta/unresolved_for_in.dart.outline.expect b/pkg/front_end/test/fasta/rasta/unresolved_for_in.dart.outline.expect
index 1d5ea673cf6f86e8be836d3456801c2bfc35b621..b27584e8ef7879ece2034de267331a75547204d5 100644
--- a/pkg/front_end/test/fasta/rasta/unresolved_for_in.dart.outline.expect
+++ b/pkg/front_end/test/fasta/rasta/unresolved_for_in.dart.outline.expect
@@ -3,51 +3,10 @@ import self as self;
import "dart:core" as core;
class Fisk extends core::Object {
- constructor •() → self::Fisk
- : super core::Object::•();
- method it1(dynamic x) → dynamic {
- for (final dynamic #t1 in x) {
- this.key = #t1;
- core::print(this.key);
- }
- for (final dynamic #t2 in x) {
- let final dynamic #t3 = #t2 in invalid-expression;
- core::print(self::Fisk);
- }
- for (final dynamic #t4 in x) {
- let final dynamic #t5 = #t4 in invalid-expression;
- core::print(invalid-expression);
- }
- for (final dynamic #t6 in x) {
- let final dynamic #t7 = #t6 in invalid-expression;
- core::print(() → void);
- }
- for (final dynamic #t8 in x) {
- let final dynamic #t9 = #t8 in invalid-expression;
- core::print(this.key);
- }
- }
-}
-static method main(dynamic arguments) → dynamic {
- new self::Fisk::•();
- for (final dynamic #t10 in arguments) {
- let final dynamic #t11 = #t10 in invalid-expression;
- core::print(throw core::_genericNoSuchMethod(null, #key, <dynamic>[], <dynamic, dynamic>{}, null));
- }
- for (final dynamic #t12 in arguments) {
- let final dynamic #t13 = #t12 in invalid-expression;
- core::print(self::Fisk);
- }
- for (final dynamic #t14 in arguments) {
- let final dynamic #t15 = #t14 in invalid-expression;
- core::print(invalid-expression);
- }
- for (final dynamic #t16 in arguments) {
- let final dynamic #t17 = #t16 in invalid-expression;
- core::print(() → void);
- }
- for (final dynamic #t18 in arguments) {
- let final dynamic #t19 = #t18 in invalid-expression;
- core::print(throw core::_genericNoSuchMethod(null, #key, <dynamic>[], <dynamic, dynamic>{}, null));
- }
+ constructor •() → void
+ ;
+ method it1(dynamic x) → dynamic
+ ;
}
+static method main(dynamic arguments) → dynamic
+ ;

Powered by Google App Engine
This is Rietveld 408576698