blob: 284721c8a37285235e4f48c4e08dd053b4ad90ae [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class C extends core::Object {
final field core::int x = self::y;
synthetic constructor •() void
: super core::Object::•()
;
}
static get y() core::int
return null;
static method main() dynamic {}