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