blob: 7f8beeeca4e6e641f7aa7d9e6d381a2deb20791e [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
class C extends core::Object {
const constructor •() void
: final dynamic #t1 = invalid-expression "pkg/front_end/testcases/rasta/bad_constructor_redirection.dart:6:20: Error: Method not found: 'x'.\n const C() : this.x(1);\n ^"
;
const constructor x() void
: super core::Object::•()
;
}
static method main() dynamic {
new self::C::•();
const self::C::•();
}