blob: c1f036a0f2245c0d0f703ac00f74a2ea97329da6 [file] [log] [blame]
" Test for assignment
func Test_no_type_checking()
let v = 1
let v = [1,2,3]
let v = {'a': 1, 'b': 2}
let v = 3.4
let v = 'hello'
endfunc