blob: 5cf87fe22f0c1992344f1ed7e99c21a182a580f2 [file] [log] [blame]
pkg/front_end/testcases/inference/for_loop_promotion.dart:9:47: Context: Write to x@287
for (num x = 0; x /*@target=num::<*/ < 10; x++) {
^^
pkg/front_end/testcases/inference/for_loop_promotion.dart:10:11: Context: Possible promotion of x@287
if (x is int) {
^^