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