blob: b7f0ed3845a0463b15073b5d84ba7700e8ee28ca [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;
default constructor •() void
;
}
static field core::Object o;
static field core::bool topLevelValue;
static method main() dynamic
;