blob: c7fdcb4764ce746617fc1cc2750ec3a2881fba46 [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 core::Object {
synthetic constructor •() self::D*
;
}
class E extends core::Object {
synthetic constructor •() self::E*
;
}
static method test(() →* void f) void
;
static method main() dynamic
;