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