blob: 98e72399947574084e9d10e41f6d814c6c1350b5 [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) void {}
static method main() dynamic {
self::foo = new self::Foo::•();
}