| OLD | NEW |
| 1 library test.mixin_library; | 1 library test.mixin_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 Mixin<T extends core::Object> extends core::Object { | 5 class Mixin<T extends core::Object> extends core::Object { |
| 6 field dynamic x; | 6 field dynamic x; |
| 7 field dynamic y; | 7 field dynamic y; |
| 8 field dynamic z; | 8 field dynamic z; |
| 9 field self::Mixin::T t; | 9 field self::Mixin::T t; |
| 10 constructor •() → void | 10 default constructor •() → void |
| 11 ; | 11 ; |
| 12 method foo() → dynamic | 12 method foo() → dynamic |
| 13 ; | 13 ; |
| 14 method g(self::Mixin::T a) → self::Mixin::T | 14 method g(self::Mixin::T a) → self::Mixin::T |
| 15 ; | 15 ; |
| 16 method h() → dynamic | 16 method h() → dynamic |
| 17 ; | 17 ; |
| 18 method l() → dynamic | 18 method l() → dynamic |
| 19 ; | 19 ; |
| 20 method _privateMethod() → dynamic | 20 method _privateMethod() → dynamic |
| 21 ; | 21 ; |
| 22 method publicMethod() → dynamic | 22 method publicMethod() → dynamic |
| 23 ; | 23 ; |
| 24 } | 24 } |
| 25 static method f() → dynamic | 25 static method f() → dynamic |
| 26 ; | 26 ; |
| 27 static method V() → dynamic | 27 static method V() → dynamic |
| 28 ; | 28 ; |
| 29 static method _private() → dynamic | 29 static method _private() → dynamic |
| 30 ; | 30 ; |
| 31 static method foo(dynamic m) → dynamic | 31 static method foo(dynamic m) → dynamic |
| 32 ; | 32 ; |
| OLD | NEW |