blob: aafb742ee2e4006e5d5ef6fcac521447cf9a9783 [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;
import "dart:core" as core;
static method main() dynamic {
(let final () core::Null f = () core::Null {} in f).call();
}