library test /*isNonNullableByDefault*/; | |
import self as self; | |
import "dart:core" as core; | |
class A<T extends core::Object? = dynamic> extends core::Object { | |
covariant-by-class field self::A::T% x; | |
synthetic constructor •() → self::A<self::A::T%> | |
; | |
} | |
class B<E extends core::Object? = dynamic> extends self::A<self::B::E%> { | |
covariant-by-class field self::B::E% y; | |
synthetic constructor •() → self::B<self::B::E%> | |
; | |
get x() → self::B::E% | |
; | |
} | |
static method foo() → dynamic | |
; | |
static method main() → dynamic | |
; |