blob: f613c9635d15160c03e62c78fe04cf8a5ab0e67c [file] [log] [blame]
// Formatted problems:
//
// 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());
// ^^^
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 {}