blob: eedbc6fb582d6138608c1de72f9e8290084b5bdf [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::C::_x;
constructor •() void
: super core::Object::•()
;
static get _x() core::int
return null;
}
static method main() dynamic {}