Closed
Description
Related to #59275,
extension type E(List<int> i) { }
var e = E([1]);
should we treat E
as immutable and produce a prefer_const_literals_to_create_immutables
lint on [1]
?
/fyi @goderbauer @a14n @eernstg
Related to #59275,
extension type E(List<int> i) { }
var e = E([1]);
should we treat E
as immutable and produce a prefer_const_literals_to_create_immutables
lint on [1]
?
/fyi @goderbauer @a14n @eernstg