blob: a84d434ff90034c6e71b95ff31869bd8bdf54959 [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<T extends self::A<core::num>> extends core::Object {
synthetic constructor •() self::B<self::B::T>
: super core::Object::•()
;
}
static method main() dynamic {}