blob: 26c18bd89341e1bdd893181986e0d4dcedd4141b [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
class C extends core::Object {
field dynamic x;
synthetic constructor •() self::C*
;
method f() void
;
}
static method test(self::C* c) void
;
static method main() dynamic
;