blob: 5dc376d7a41e8bf7fa1e6e7f085b8d9c70b5ddcb [file] [log] [blame]
>>> issues found when migrating to null safety
void main() => print('first: ${first<int>([1, 2, 3])}');
<<<
void main() => print('first: ${first<int>([1, 2, 3])}');
>>>
var x = '${jsonEncode([
1,
])}';
<<<
var x = '${jsonEncode([
1,
])}';
>>>
main() {
patch..[entityId].removeWhere();
}
<<<
main() {
patch..[entityId].removeWhere();
}