blob: e8a56d47972677ce7bc563f52a7eb28c87e08e54 [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 •() self::Foo
: super core::Object::•()
;
}
static method main() dynamic {
self::Foo instance = new self::Foo::•();
instance.self = instance;
}