blob: adf1570233eefac5d3e0b42b5c0edfd8dff878ef [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 •() self::C*
;
}
static field core::Object* o;
static field core::bool* topLevelValue;
static method main() dynamic
;