1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
Files
v/vlib/v/scanner/tests/float_literals_dot_err.vv

5 lines
35 B
V

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