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