blob: 37019c24ec33ad0516740251e4d9b9d0f9f06105 [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 self::C {
synthetic constructor •() void
;
}
class E extends core::StackTrace {
synthetic constructor •() void
;
}
static method test(() void f) void
;
static method main() dynamic
;