blob: bf8ac072f9c503dbd9f1c968470f0404eebef12d [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
class A<T extends core::num> extends core::Object {
synthetic constructor •() void
: super core::Object::•()
;
}
static method main() dynamic {
new self::A::•<core::num>();
}