blob: 1eda6bba94dc9996791d7dc7776c550725858a45 [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 = <dynamic>[0];
synthetic constructor •() void
: super core::Object::•()
;
}
static field core::List<core::num> y = <dynamic>[0];
static method main() dynamic {}