blob: 573892a6d1ed2af1feca58f7daa3566dd620892c [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) void
;
}
class C extends core::Object {
synthetic constructor •() void
;
method m(dynamic x) void
;
}
static method f(dynamic x) void
;
static method main() dynamic
;