blob: 055ed112281572ca21ddcae828a9069df5721dd4 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
class Foo extends core::Object {
synthetic constructor •() self::Foo
: super core::Object::•()
;
}
static set foo(dynamic x) void {}
static method main() dynamic {
self::foo = new self::Foo::•();
}