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