v/vlib/v/checker/tests/string_interpolation_invali...

6 lines
68 B
V

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