blob: 7b5a72c891594d560deaa5941e8a961a201d5f3e [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::•();
}