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

Unified Diff: pkg/front_end/testcases/rasta/issue_000044.dart.outline.expect

Issue 2921623002: Update expectations files. (Closed)
Patch Set: Update expectations files. 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/rasta/issue_000044.dart.outline.expect
diff --git a/pkg/front_end/testcases/rasta/issue_000044.dart.outline.expect b/pkg/front_end/testcases/rasta/issue_000044.dart.outline.expect
index 0d1a7fbe21fe374294a29353872570a0e31daed8..130b3cb4cfd417ac8cbb0f5ce40559c568e35bcb 100644
--- a/pkg/front_end/testcases/rasta/issue_000044.dart.outline.expect
+++ b/pkg/front_end/testcases/rasta/issue_000044.dart.outline.expect
@@ -3,16 +3,17 @@ import self as self;
import "dart:core" as core;
class C extends core::Object {
+ static field dynamic _redirecting# = <dynamic>[self::C::good];
const constructor constant() → void
;
constructor missingFactoryKeyword() → void
;
static factory good() → self::C
- ;
+ let final dynamic #t1 = self::C::constant in invalid-expression;
method notEvenAConstructor(dynamic a) → self::C
;
}
-static method b() → dynamic
+static method b(dynamic c) → invalid-type
;
static method main() → dynamic
;

Powered by Google App Engine
This is Rietveld 408576698