library /*isNonNullableByDefault*/; | |
import self as self; | |
import "dart:core" as core; | |
class B<T extends core::Comparable<self::B::T> = core::Comparable<dynamic>> extends core::Object { | |
synthetic constructor •() → self::B<self::B::T> | |
; | |
} | |
static field self::B<core::Comparable<core::Object?>> y; | |
static method main() → dynamic | |
; |