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

Side by Side 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 unified diff | Download patch
OLDNEW
1 library; 1 library;
2 import self as self; 2 import self as self;
3 import "dart:core" as core; 3 import "dart:core" as core;
4 4
5 class A extends core::Object { 5 class A extends core::Object {
6 constructor •() → void 6 constructor •() → void
7 ; 7 ;
8 static factory foo() → self::A
9 invalid-statement;
8 method m() → core::int 10 method m() → core::int
9 ; 11 ;
10 static factory foo() → self::A
11 invalid-statement;
12 } 12 }
13 class C extends self::A { 13 class C extends self::A {
14 constructor •() → void 14 constructor •() → void
15 ; 15 ;
16 static factory bar() → self::D
17 throw "Missing constructor: D";
16 method m() → core::int 18 method m() → core::int
17 ; 19 ;
18 static factory bar() → self::C
19 throw "Missing constructor: D";
20 } 20 }
21 class D extends self::C { 21 class D extends self::C {
22 constructor •() → void 22 constructor •() → void
23 ; 23 ;
24 method m() → core::int 24 method m() → core::int
25 ; 25 ;
26 } 26 }
27 static method main() → dynamic 27 static method main() → dynamic
28 ; 28 ;
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698