blob: ef64e4857f31813a0131effb300f40031d014504 [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
;