blob: 36c9cdb6fca277703fcf474a795cbcbe42222a29 [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;
default constructor •() void
;
}
static field core::List<core::num> y;
static method main() dynamic
;