blob: cb373b43cba6f7f63a118d7596b18cee4cc8c16c [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 throw "";
static method main() dynamic {}