blob: 6bf6f26c3b25eb6f4fdd9b673eff8f4a4b5740e0 [file] [log] [blame]
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::•();
}