// "Create local variable 'xyz'" "true-preview" interface Other { void add(int x, T y); void add(T y); } class A { public void foo(Other other) { other.add(xyz); } }