blob: 87fc3440f85b8fe4228852d7639f78462e362531 [file] [log] [blame]
// Unhandled errors:
//
// pkg/front_end/testcases/regress/issue_29937.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 {
<() core::Null>[let final () core::Null f = () core::Null {} in f];
}