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