aboutsummaryrefslogtreecommitdiffstats
path: root/test-files/mds-kbdc/simplify-tree/invalid/unordered_double_value
blob: b26b2eff6f47cc2e24005fb597d57375d3817740 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
(1 2)

# (map (@ 1 0-0)
#   (.sequence
#     (string (@ 1 1-2) ‘1’)
#     (string (@ 1 3-4) ‘2’)
#   )
#   (.result nil)
# )
# (map (@ 1 0-0)
#   (.sequence
#     (string (@ 1 3-4) ‘2’)
#     (string (@ 1 1-2) ‘1’)
#   )
#   (.result nil)
# )
# :1:0–1: warning: use of sequence in value statement is discouraged
#  (1 2)
#  ^
# :1:0–1: warning: alternated value statement is undefined unless the alternatives are identical
#  (1 2)
#  ^
# :1:3–4: error: more the one value in value statement
#  (1 2)
#     ^
# :1:1–2: error: more the one value in value statement
#  (1 2)
#   ^