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

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

Issue 2682333004: Remove convertConstructors. (Closed)
Patch Set: Long line. 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.direct.expect
diff --git a/pkg/front_end/test/fasta/rasta/issue_000067.dart.direct.expect b/pkg/front_end/test/fasta/rasta/issue_000067.dart.direct.expect
index 461c046d22d8ffab24ef81c421c42070e2b7dddd..26c72196f747d0ed403171cfd6d8c671671535b0 100644
--- a/pkg/front_end/test/fasta/rasta/issue_000067.dart.direct.expect
+++ b/pkg/front_end/test/fasta/rasta/issue_000067.dart.direct.expect
@@ -6,18 +6,18 @@ import "package:expect/expect.dart" as exp;
class A extends core::Object {
constructor •() → void
: super core::Object::•() {}
- method m() → core::int {}
static factory foo() → self::A
invalid-statement;
+ method m() → core::int {}
}
class C extends self::A {
constructor •() → void
: super self::A::•() {}
+ static factory bar() → self::D
+ throw "Missing constructor: D";
method m() → core::int {
return 1;
}
- 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