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

Side by Side Diff: pkg/front_end/testcases/rasta/generic_factory.dart.outline.expect

Issue 2921623002: Update expectations files. (Closed)
Patch Set: Update expectations files. 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 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 C1 extends core::Object { 5 class C1 extends core::Object {
6 constructor •() → void 6 constructor •() → void
7 ; 7 ;
8 } 8 }
9 class C2 extends core::Object { 9 class C2 extends core::Object {
10 constructor •() → void 10 constructor •() → void
11 ; 11 ;
12 } 12 }
13 class C3 extends core::Object { 13 class C3 extends core::Object {
14 constructor •() → void 14 constructor •() → void
15 ; 15 ;
16 } 16 }
17 class A<T extends core::Object> extends core::Object { 17 class A<T extends core::Object> extends core::Object {
18 static field dynamic _redirecting# = <dynamic>[self::A::a, self::A::b, self::A ::c];
18 constructor internal() → void 19 constructor internal() → void
19 ; 20 ;
20 static factory a<T extends core::Object>() → self::A<self::A::a::T> 21 static factory a<T extends core::Object>() → self::A<self::A::a::T>
21 invalid-statement; 22 let final dynamic #t1 = self::B::a in invalid-expression;
22 static factory b<T extends core::Object>() → self::A<self::A::b::T> 23 static factory b<T extends core::Object>() → self::A<self::A::b::T>
23 invalid-statement; 24 let final dynamic #t2 = self::B::a in invalid-expression;
24 static factory c<T extends core::Object>() → self::A<self::A::c::T> 25 static factory c<T extends core::Object>() → self::A<self::A::c::T>
25 throw "Missing constructor: Missing"; 26 throw new core::NoSuchMethodError::_withType(null, #Missing, -1, <dynamic>[] .toList(growable: false), <dynamic, dynamic>{}, null);
26 } 27 }
27 class B<S extends core::Object> extends self::A<self::B::S> { 28 class B<S extends core::Object> extends self::A<self::B::S> {
29 static field dynamic _redirecting# = <dynamic>[self::B::a, self::B::b];
28 constructor internal() → void 30 constructor internal() → void
29 ; 31 ;
30 static factory a<S extends core::Object>() → self::B<self::B::a::S> 32 static factory a<S extends core::Object>() → self::B<self::B::a::S>
31 invalid-statement; 33 let final dynamic #t3 = self::C::• in invalid-expression;
32 static factory b<S extends core::Object>() → self::B<self::B::b::S> 34 static factory b<S extends core::Object>() → self::B<self::B::b::S>
33 invalid-statement; 35 let final dynamic #t4 = self::C::• in invalid-expression;
34 } 36 }
35 class C<U extends core::Object> extends self::B<self::C::U> { 37 class C<U extends core::Object> extends self::B<self::C::U> {
36 constructor •() → void 38 constructor •() → void
37 ; 39 ;
38 } 40 }
39 static method main() → dynamic 41 static method main() → dynamic
40 ; 42 ;
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698