library /*isNonNullableByDefault*/; | |
import self as self; | |
import "dart:core" as core; | |
import "dart:collection"; | |
class A<T extends core::Object? = dynamic> extends core::Object { | |
synthetic constructor •() → self::A<self::A::T%> | |
; | |
} | |
class C extends core::Object { | |
synthetic constructor •() → self::C | |
; | |
method fun() → dynamic | |
; | |
} | |
static method main() → dynamic | |
; |