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