blob: 985705414cfa8395c8e8d846c1dbe9fe3722b7ad [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
class Foo extends core::Object {
field self::Foo self = null;
synthetic constructor •() void
: super core::Object::•()
;
}
static method main() dynamic {
self::Foo instance = new self::Foo::•();
instance.self = instance;
}