| library; | |
| import self as self; | |
| import "dart:core" as core; | |
| static const field dynamic #errors = const <dynamic>["pkg/front_end/testcases/illegal_named_function_expression_scope.dart:7:14: Error: A function expression can't have a name. | |
| print(void f() {}); | |
| ^"]/* from null */; | |
| static method main() → dynamic { | |
| function f() → void {} | |
| core::print(let final () → core::Null f = () → core::Null {} in f); | |
| } |