blob: bc5261e0e27ecba2b20b245495c8a6b267c28788 [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
;