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