class Inference { public T getX() { return null; } void foo (String s) {} { foo(new Inference().getX()); } }