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