// SUGGESTED_NAMES: s, getX fun foo(a: Int): String { val x = "xabc$a" val y = "${a}abcx" val z = "xacb$a" return "abcdef" }