v/vlib/v/scanner/tests/float_literals_dot_err.vv

5 lines
35 B
V

fn main() {
a := 1.
println(a)
}