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