| Index: pkg/front_end/testcases/inference/block_bodied_lambdas_basic_void.dart.strong.expect
|
| diff --git a/pkg/front_end/testcases/inference/block_bodied_lambdas_basic_void.dart.strong.expect b/pkg/front_end/testcases/inference/block_bodied_lambdas_basic_void.dart.strong.expect
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..86aa2ac45dfabe55b0c9b5c9f8a45f79f46fe059
|
| --- /dev/null
|
| +++ b/pkg/front_end/testcases/inference/block_bodied_lambdas_basic_void.dart.strong.expect
|
| @@ -0,0 +1,11 @@
|
| +library test;
|
| +import self as self;
|
| +import "dart:core" as core;
|
| +
|
| +static method f() → dynamic {
|
| + core::List<core::int> o;
|
| + o.{core::Iterable::where}((core::int i) → core::bool {
|
| + return i.{core::num::==}(0);
|
| + });
|
| +}
|
| +static method main() → dynamic {}
|
|
|