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