blob: c5a50d4cb5f54ea3e5b9a98af4bbc5a1ed9e1776 [file] [log] [blame]
pkg/front_end/testcases/inference/type_promotion_stopped_by_mutation_in_a_closure.dart:10:9: Context: Possible promotion of n@279
if (n is int) {
^^
pkg/front_end/testcases/inference/type_promotion_stopped_by_mutation_in_a_closure.dart:14:7: Context: Write to n@279
n = null;
^