blob: fab5a56a355d99b3ce08ca6b5c5e0155861babd9 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
class C extends core::Object {
synthetic constructor •() self::C
: super core::Object::•()
;
}
static method test() dynamic {
let final<BottomType> #t1 = invalid-expression "pkg/front_end/testcases/continue_inference_after_error.dart:10:3: Error: A prefix can't be used as an expression.
lib(new C().missing());
^^^" in let final core::Object #t2 = new self::C::•().missing() in null;
}
static method main() → dynamic {}