blob: bcf2c7a66440e22d76e116039b7f209dfe160c8f [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
typedef A<T extends core::Object* = dynamic> = (T*) →* dynamic;
class B<U extends core::Object* = dynamic> extends core::Object {
synthetic constructor •() self::B<self::B::U*>*
;
method fun() dynamic
;
}
static method main() dynamic
;