blob: 93c14ddbb6d8d44a5a33069259f85f22daa93848 [file] [log] [blame]
pkg/front_end/testcases/inference/promotion_subtype_check.dart:9:9: Context: Possible promotion of x@276
if (x is int) {
^^
pkg/front_end/testcases/inference/promotion_subtype_check.dart:10:33: Context: Possible promotion of x@276
if (/*@promotedType=int*/ x is String) {
^^
pkg/front_end/testcases/inference/promotion_subtype_check.dart:18:9: Context: Possible promotion of x@276
if (x is String) {
^^