// "Create Method 'toMulti'" "true" import java.util.Map; class BrokenCreateMethod { public void foo(Map bar) { Map multiBar = toMulti(bar); } }