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