blob: 76f08943dcce05bac1514d905aefea73efeece7c [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
class C extends core::Object {
const constructor •() void
: invalid-initializer;
const constructor x() void
: super core::Object::•()
;
}
static method main() dynamic {
new self::C::•();
const self::C::•();
}