blob: 2c07f4f723752dabd0586cd916aa7ad1067408a4 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
typedef F<T extends core::Object> = () void;
class Foo extends core::Object {
const constructor •(core::List<core::String> l) void
;
}
class C<T extends core::Object> extends core::Object {
synthetic constructor •() void
;
}
class D extends core::Object {
synthetic constructor •() void
;
method m<T extends core::Object>() void
;
}
static method f<T extends core::Object>() void
;
static method main() dynamic
;