| library; | |
| // | |
| // Problems in library: | |
| // | |
| // pkg/front_end/testcases/wildcard_variables/local_function_wildcard.dart:8:9: Error: Undefined name '_'. | |
| // print(_); | |
| // ^ | |
| // | |
| import self as self; | |
| import "dart:core" as core; | |
| static method test() → dynamic { | |
| function wildcard _#wc0#var() → void {} | |
| function wildcard _#wc1#var(core::int x) → core::int | |
| return x; | |
| core::print(invalid-expression "pkg/front_end/testcases/wildcard_variables/local_function_wildcard.dart:8:9: Error: Undefined name '_'. | |
| print(_); | |
| ^"); | |
| } |