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

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

Issue 2691653003: Compute bounds of type variables. (Closed)
Patch Set: Created 3 years, 10 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/issue_000067.dart.outline.expect
diff --git a/pkg/front_end/test/fasta/rasta/issue_000067.dart.outline.expect b/pkg/front_end/test/fasta/rasta/issue_000067.dart.outline.expect
index ca2a1cd1ac52c45b94aab861f81b79763d54939b..c075e183547e1d3a9fceedbafc67ae2866dd395e 100644
--- a/pkg/front_end/test/fasta/rasta/issue_000067.dart.outline.expect
+++ b/pkg/front_end/test/fasta/rasta/issue_000067.dart.outline.expect
@@ -5,18 +5,18 @@ import "dart:core" as core;
class A extends core::Object {
constructor •() → void
;
- method m() → core::int
- ;
static factory foo() → self::A
invalid-statement;
+ method m() → core::int
+ ;
}
class C extends self::A {
constructor •() → void
;
+ static factory bar() → self::D
+ throw "Missing constructor: D";
method m() → core::int
;
- static factory bar() → self::C
- throw "Missing constructor: D";
}
class D extends self::C {
constructor •() → void

Powered by Google App Engine
This is Rietveld 408576698