blob: f556c17e840fc9011befc3d563c66e393fae2096 [file] [log] [blame]
// Unhandled errors:
//
// pkg/front_end/testcases/regress/issue_29979.dart:6:4: Error: A function expression can't have a name.
// (f() {})();
// ^
library;
import self as self;
static method main() dynamic {
(let final () dynamic f = () dynamic {} in f).call();
}