fun foo(param: Int): String { val b = false val x = "xy${b}z" val y = "xyFalsez" val z = false return "ab${b}def" }