blob: 14295779d23f5d8bf2dce95460a87cebb4bb6b9d [file] [log] [blame]
library /*isNonNullableByDefault*/;
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::•();
}