blob: 71bcf870cccc28328ed66a564910feecf84f8900 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class C extends core::Object {
field core::List<core::num> x = core::_GrowableList::_literal1<core::num>(0);
synthetic constructor •() self::C
: super core::Object::•()
;
}
static field core::List<core::num> y = core::_GrowableList::_literal1<core::num>(0);
static method main() dynamic {}