fun foo(x: Any) { var y: Any // Only 'x' expression is suggested, not 'y = x' y = x.par }