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