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

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