blob: 5f4a24f47243719bc9edb322a6f0d0cb43a0a736 [file] [log] [blame]
library;
//
// Problems in library:
//
// pkg/front_end/testcases/regress/issue_29937.dart:6:4: Error: A function expression can't have a name.
// [f() {}];
// ^
//
import self as self;
import "dart:core" as core;
static method main() dynamic {
<() core::Null>[let final () core::Null f = () core::Null {} in f];
}