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