blob: 976b2489c81f1d197261df315ca354bc5894a0b7 [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];
}