OLD | NEW |
---|---|
(Empty) | |
1 library test; | |
2 import self as self; | |
3 import "dart:core" as core; | |
4 | |
5 abstract class C<E extends core::Object> extends core::Object { | |
6 constructor •() → void | |
7 ; | |
8 method sort([(self::C::E, self::C::E) → core::int compare]) → void | |
9 ; | |
10 static method _compareAny(dynamic a, dynamic b) → core::int | |
11 ; | |
12 static method sort2<E extends core::Object>(self::C<self::C::sort2::E> a, (sel f::C::sort2::E, self::C::sort2::E) → core::int compare) → void | |
13 ; | |
14 } | |
15 static method main() → dynamic | |
16 ; | |
OLD | NEW |