blob: 1e63df1cd373a066cee1102f65f3ae391785b32c [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class C extends core::Object {
static field dynamic staticField;
field dynamic instanceField;
synthetic constructor •() void
;
static set staticSetter(dynamic x) void
;
set instanceSetter(dynamic x) void
;
method test() void
;
}
static field dynamic topLevel;
static set topLevelSetter(dynamic x) void
;
static method main() dynamic
;