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