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