blob: 4bc970880e76fe705a2693186b82d79b595fd58a [file] [log] [blame]
library;
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::•()
;
}
class B extends core::Object {
synthetic constructor •() self::B
: super core::Object::•()
;
method foo() dynamic {
core::List<self::A<core::num>> a = core::_GrowableList::•<self::A<core::num>>(0);
}
}
static method main() dynamic {
core::List<self::A<core::num>> a = core::_GrowableList::•<self::A<core::num>>(0);
}