blob: 21fab5df99275ff467dae6658d8031bcf1a286a4 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class C extends core::Object {
synthetic constructor •() void
: super core::Object::•()
;
static set foo(core::int x) void {}
}
static set bar(core::int x) void {}
static method main() dynamic {}