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