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