``` Dart var a = [1,2,3].toList(); // no lint warning! ``` `toList` on a list should be considered a `noop_primitive_operations` and be added to the linter