blob: a8666ad024757f1fe4a21aa1a9d31e1faf8c037f [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class C extends core::Object {
synthetic constructor •() void
;
}
class D extends core::Object {
synthetic constructor •() void
;
}
class E extends core::Object {
synthetic constructor •() void
;
}
static method test(() void f) void
;
static method main() dynamic
;