blob: 40daf688874db903124252095f04cd849f6b2d17 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class C extends core::Object {
static field core::bool staticValue;
field core::bool instanceValue;
synthetic constructor •() void
;
}
static field core::Object o;
static field core::bool topLevelValue;
static method main() dynamic
;