blob: 2df04abfe30c007a7c9f945a963388ff91544367 [file] [log] [blame]
library /*isNonNullableByDefault*/;
//
// 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;
static method main() dynamic {
<() Null>[let final () Null f = () Null {} in f];
}