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

Unified Diff: pkg/front_end/testcases/rasta/issue_000044.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_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 130b3cb4cfd417ac8cbb0f5ce40559c568e35bcb..3058134e7c78ebeb0ca6c06bc50378f93a876bb0 100644
--- a/pkg/front_end/testcases/rasta/issue_000044.dart.outline.expect
+++ b/pkg/front_end/testcases/rasta/issue_000044.dart.outline.expect
@@ -9,7 +9,7 @@ class C extends core::Object {
constructor missingFactoryKeyword() → void
;
static factory good() → self::C
- let final dynamic #t1 = self::C::constant in invalid-expression;
+ let dynamic #redirecting_factory = self::C::constant in invalid-expression;
method notEvenAConstructor(dynamic a) → self::C
;
}

Powered by Google App Engine
This is Rietveld 408576698