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

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

Issue 2933733002: Throw NSM on unresolved factory redirection. (Closed)
Patch Set: Created 3 years, 6 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_000067.dart.outline.expect
diff --git a/pkg/front_end/testcases/rasta/issue_000067.dart.outline.expect b/pkg/front_end/testcases/rasta/issue_000067.dart.outline.expect
index d089b8fc8559c10d7a3996b57c49946048293a99..4c0e08325eca220f19923396a68ace92aee8cf08 100644
--- a/pkg/front_end/testcases/rasta/issue_000067.dart.outline.expect
+++ b/pkg/front_end/testcases/rasta/issue_000067.dart.outline.expect
@@ -7,7 +7,7 @@ class A extends core::Object {
constructor •() → void
;
static factory foo() → self::A
- let final dynamic #t1 = self::C::bar in invalid-expression;
+ let dynamic #redirecting_factory = self::C::bar in invalid-expression;
method m() → core::int
;
}
@@ -16,7 +16,7 @@ class C extends self::A {
constructor •() → void
;
static factory bar() → self::C
- let final dynamic #t2 = self::D::• in invalid-expression;
+ let dynamic #redirecting_factory = self::D::• in invalid-expression;
method m() → core::int
;
}

Powered by Google App Engine
This is Rietveld 408576698