blob: 8daba450d5152e991daf9d3db14d757df56cc345 [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::•()
;
}
static method main() dynamic {
self::A<core::num> a = new self::A::•<core::num>();
}