blob: a33d2e09c69a717c979349bd9cec5f903e4e12fe [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
const field dynamic #errors = const <dynamic>["pkg/front_end/testcases/regress/issue_29979.dart:6:4: Error: A function expression can't have a name.\n (f() {})();\n ^"]/* from null */;
static method main() dynamic {
(let final () core::Null f = () core::Null {} in f).call();
}