import java.util.LinkedHashSet // "Add parameter to function 'foo'" "true" // DISABLE-ERRORS fun foo(x: Int, linkedHashSet: LinkedHashSet) { foo(, LinkedHashSet()); foo(1, LinkedHashSet()); foo(2, java.util.LinkedHashSet()); }