OLD | NEW |
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 •() → void | 7 constructor •() → void |
8 ; | 8 ; |
9 method foo() → dynamic | 9 method foo() → dynamic |
10 ; | 10 ; |
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
102 ; | 102 ; |
103 method h() → dynamic | 103 method h() → dynamic |
104 ; | 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 ; | 106 ; |
107 method foo() → dynamic | 107 method foo() → dynamic |
108 ; | 108 ; |
109 } | 109 } |
110 static method main() → dynamic | 110 static method main() → dynamic |
111 ; | 111 ; |
OLD | NEW |