blob: c1f036a0f2245c0d0f703ac00f74a2ea97329da6 [file] [log] [blame]
Bram Moolenaarf6f32c32016-03-12 19:03:59 +01001" Test for assignment
2
3func Test_no_type_checking()
4 let v = 1
5 let v = [1,2,3]
6 let v = {'a': 1, 'b': 2}
7 let v = 3.4
8 let v = 'hello'
9endfunc