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