fn interpolate_wrong() string { a := 5 x := '${a:xy}' return x }