aboutsummaryrefslogtreecommitdiffstats
path: root/test-files/mds-kbdc/simplify-tree/invalid/double_value
blob: d9d4969038f854b688a25074ad716af3cb8c6650 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
"a" "b"

# (map (@ 1 0-0)
#   (.sequence
#     (string (@ 1 0-3) ‘"a"’)
#     (string (@ 1 4-7) ‘"b"’)
#   )
#   (.result nil)
# )
# :1:4–7: error: more the one value in value statement
#  "a" "b"
#      ^^^