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