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