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