blob: 3a41c7a4cdc2cf22ad05eec2f61879e33368c4b0 [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>
: super core::Object::•()
;
}
static field core::List<self::A<core::num>> a = core::_GrowableList::•<self::A<core::num>>(0);
static method main() dynamic {}