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