blob: 478087c9f8008eb51d29d6cad21bb95c4152b7e9 [file] [log] [blame]
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>
;
}
static field core::List<self::A<core::num>> a;
static method main() dynamic
;