library;
import self as self;
import "dart:core" as core;

class Foo extends core::Object {
  constructor •() → void
    : super core::Object::•()
    ;
}
static set foo(dynamic x) → dynamic {}
static method main() → dynamic {
  self::foo = new self::Foo::•();
}
