blob: 24beb1d1f7dedf0ffc5eef5985072d2a191cdd01 [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) dynamic {}
}
static set bar(core::int x) dynamic {}
static method main() dynamic {}