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