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