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