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