Files
sdk/pkg/front_end/testcases/inference/lambda_void_context.dart.direct.transformed.expect
T
Samir Jindel 4289a9967b Check expected outputs of transforms.
Change-Id: I56ff4d4391b7a22d709dc60b696646895928e34c
Reviewed-on: https://dart-review.googlesource.com/46100
Reviewed-by: Peter von der Ahé <ahe@google.com>
Commit-Queue: Samir Jindel <sjindel@google.com>
2018-03-15 12:11:13 +00:00

10 lines
209 B
Plaintext

library test;
import self as self;
import "dart:core" as core;
static method f() → dynamic {
core::List<core::int> o;
o.forEach((dynamic i) → dynamic => i.+(1));
}
static method main() → dynamic {}