blob: 1307bc30469bf02737b24cd264584876fd391e0a [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 {}