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

Side by Side Diff: pkg/front_end/test/fasta/rasta/super_mixin.dart.outline.expect

Issue 2662703002: Update rasta outline expectations. (Closed)
Patch Set: Rebased on 0401b897958de33f8481b9cb323eab53106a3ce9. 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 import "./mixin_library.dart" as mix; 4 import "./mixin_library.dart" as mix;
5 5
6 class Super<S extends core::Object> extends core::Object { 6 class Super<S extends core::Object> extends core::Object {
7 constructor •() → self::Super<self::Super::S> 7 constructor •() → void
8 : super core::Object::•(); 8 ;
9 method foo() → dynamic 9 method foo() → dynamic
10 return 40; 10 ;
11 method f() → dynamic 11 method f() → dynamic
12 return 3; 12 ;
13 } 13 }
14 class C<V extends core::Object> extends self::Super+Mixin#3<self::C::V, self::C: :V> { 14 class C<V extends core::Object> extends self::Super+Mixin#3<self::C::V, self::C: :V> {
15 constructor •() → self::C<self::C::V> 15 constructor •() → void
16 : super self::Super+Mixin#3::•(); 16 ;
17 } 17 }
18 class D extends self::Super+Mixin#2<dynamic> { 18 class D extends self::Super+Mixin#2<dynamic> {
19 constructor •() → self::D 19 constructor •() → void
20 : super self::Super+Mixin#2::•(); 20 ;
21 } 21 }
22 class C2<V extends core::Object> extends self::Super+Mixin#1<self::C2::V, self:: C2::V> { 22 class C2<V extends core::Object> extends self::Super+Mixin#1<self::C2::V, self:: C2::V> {
23 constructor •() → self::Super<self::C2::V> 23 constructor •() → void
24 : super self::Super+Mixin#1::•(); 24 ;
25 } 25 }
26 class D2 extends self::Super+Mixin#0<dynamic> { 26 class D2 extends self::Super+Mixin#0<dynamic> {
27 constructor •() → self::Super<dynamic> 27 constructor •() → void
28 : super self::Super+Mixin#0::•(); 28 ;
29 } 29 }
30 abstract class Super+Mixin#0<T extends core::Object> extends self::Super<dynamic > implements mix::Mixin<dynamic> { 30 abstract class Super+Mixin#0<T extends core::Object> extends self::Super<dynamic > implements mix::Mixin<dynamic> {
31 field self::Super+Mixin#0::T t; 31 field self::Super+Mixin#0::T t;
32 field dynamic z; 32 field dynamic z;
33 field dynamic y; 33 field dynamic y;
34 field dynamic x; 34 field dynamic x;
35 constructor •() → self::Super<dynamic> 35 constructor •() → void
36 : self::Super+Mixin#0::x = mix::f(), super self::Super::•(); 36 ;
37 method publicMethod() → dynamic 37 method publicMethod() → dynamic
38 return this._privateMethod(); 38 ;
39 method _privateMethod() → dynamic 39 method _privateMethod() → dynamic
40 return 49; 40 ;
41 method l() → dynamic 41 method l() → dynamic
42 return mix::_private(); 42 ;
43 method h() → dynamic 43 method h() → dynamic
44 return mix::V(); 44 ;
45 method g(self::Super+Mixin#0::T a) → self::Super+Mixin#0::T 45 method g(self::Super+Mixin#0::T a) → self::Super+Mixin#0::T
46 return null; 46 ;
47 method foo() → dynamic 47 method foo() → dynamic
48 return super.{self::Super::foo}().+(mix::f()); 48 ;
49 } 49 }
50 abstract class Super+Mixin#1<T extends core::Object, V extends core::Object> ext ends self::Super<self::Super+Mixin#1::V> implements mix::Mixin<self::Super+Mixin #1::V> { 50 abstract class Super+Mixin#1<T extends core::Object, V extends core::Object> ext ends self::Super<self::Super+Mixin#1::V> implements mix::Mixin<self::Super+Mixin #1::V> {
51 field self::Super+Mixin#1::T t; 51 field self::Super+Mixin#1::T t;
52 field dynamic z; 52 field dynamic z;
53 field dynamic y; 53 field dynamic y;
54 field dynamic x; 54 field dynamic x;
55 constructor •() → self::Super<self::Super+Mixin#1::V> 55 constructor •() → void
56 : self::Super+Mixin#1::x = mix::f(), super self::Super::•(); 56 ;
57 method publicMethod() → dynamic 57 method publicMethod() → dynamic
58 return this._privateMethod(); 58 ;
59 method _privateMethod() → dynamic 59 method _privateMethod() → dynamic
60 return 49; 60 ;
61 method l() → dynamic 61 method l() → dynamic
62 return mix::_private(); 62 ;
63 method h() → dynamic 63 method h() → dynamic
64 return mix::V(); 64 ;
65 method g(self::Super+Mixin#1::T a) → self::Super+Mixin#1::T 65 method g(self::Super+Mixin#1::T a) → self::Super+Mixin#1::T
66 return null; 66 ;
67 method foo() → dynamic 67 method foo() → dynamic
68 return super.{self::Super::foo}().+(mix::f()); 68 ;
69 } 69 }
70 abstract class Super+Mixin#2<T extends core::Object> extends self::Super<dynamic > implements mix::Mixin<dynamic> { 70 abstract class Super+Mixin#2<T extends core::Object> extends self::Super<dynamic > implements mix::Mixin<dynamic> {
71 field self::Super+Mixin#2::T t; 71 field self::Super+Mixin#2::T t;
72 field dynamic z; 72 field dynamic z;
73 field dynamic y; 73 field dynamic y;
74 field dynamic x; 74 field dynamic x;
75 constructor •() → self::Super<dynamic> 75 constructor •() → void
76 : self::Super+Mixin#2::x = mix::f(), super self::Super::•(); 76 ;
77 method publicMethod() → dynamic 77 method publicMethod() → dynamic
78 return this._privateMethod(); 78 ;
79 method _privateMethod() → dynamic 79 method _privateMethod() → dynamic
80 return 49; 80 ;
81 method l() → dynamic 81 method l() → dynamic
82 return mix::_private(); 82 ;
83 method h() → dynamic 83 method h() → dynamic
84 return mix::V(); 84 ;
85 method g(self::Super+Mixin#2::T a) → self::Super+Mixin#2::T 85 method g(self::Super+Mixin#2::T a) → self::Super+Mixin#2::T
86 return null; 86 ;
87 method foo() → dynamic 87 method foo() → dynamic
88 return super.{self::Super::foo}().+(mix::f()); 88 ;
89 } 89 }
90 abstract class Super+Mixin#3<T extends core::Object, V extends core::Object> ext ends self::Super<self::Super+Mixin#3::V> implements mix::Mixin<self::Super+Mixin #3::V> { 90 abstract class Super+Mixin#3<T extends core::Object, V extends core::Object> ext ends self::Super<self::Super+Mixin#3::V> implements mix::Mixin<self::Super+Mixin #3::V> {
91 field self::Super+Mixin#3::T t; 91 field self::Super+Mixin#3::T t;
92 field dynamic z; 92 field dynamic z;
93 field dynamic y; 93 field dynamic y;
94 field dynamic x; 94 field dynamic x;
95 constructor •() → self::Super<self::Super+Mixin#3::V> 95 constructor •() → void
96 : self::Super+Mixin#3::x = mix::f(), super self::Super::•(); 96 ;
97 method publicMethod() → dynamic 97 method publicMethod() → dynamic
98 return this._privateMethod(); 98 ;
99 method _privateMethod() → dynamic 99 method _privateMethod() → dynamic
100 return 49; 100 ;
101 method l() → dynamic 101 method l() → dynamic
102 return mix::_private(); 102 ;
103 method h() → dynamic 103 method h() → dynamic
104 return mix::V(); 104 ;
105 method g(self::Super+Mixin#3::T a) → self::Super+Mixin#3::T 105 method g(self::Super+Mixin#3::T a) → self::Super+Mixin#3::T
106 return null; 106 ;
107 method foo() → dynamic 107 method foo() → dynamic
108 return super.{self::Super::foo}().+(mix::f()); 108 ;
109 } 109 }
110 static method main() → dynamic { 110 static method main() → dynamic
111 core::print(new self::C::•<dynamic>().foo()); 111 ;
112 core::print(new self::C2::•<dynamic>().foo());
113 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698