blob: 688fc8a8cef1be18cd2c559c8c99a73e80d1f755 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
class Foo extends core::Object {
default constructor •() void
: super core::Object::•()
;
}
static set foo(dynamic x) void {}
static method main() dynamic {
self::foo = new self::Foo::•();
}