<img width="402" height="24" alt="Image" src="https://github.com/user-attachments/assets/98296c6b-db33-448a-b63f-7b5a123b72bd" /> I have both of these methods in scope: ``` fun Iterator<T>.new(data: cell) fun Map<V>.new(): Map<V> ``` even though I'm calling `Iterator.new`, it's inferring `Map.new`.