TFA does not recognize List.from(l, growable: false) and l.toList(growable: false) #47509
Labels
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
type-performance
Issue relates to performance or code size
vm-aot-code-size
Related to improvements in AOT code size
When trying to create a test case where TFA would infer that something is a fixed length list I have noticed that TFA does not recognize either of these patterns as producing a fixed-length list. (even when l is a list literal).
/cc @alexmarkov
The text was updated successfully, but these errors were encountered: