blob: 8812386698c129499038e0ceab755156cb8d8fcf [file] [log] [blame]
library;
import self as self;
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 () dynamic f = () dynamic {} in f).call();
}