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