summaryrefslogtreecommitdiff
path: root/test/fixtures/expression_equality/coalesce.b.json
blob: 4e0af8baa0deb51d9cbeeb2d1fd0cb82d77e8787 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[
  "coalesce",
  [
    "get",
    "x"
  ],
  [
    "get",
    "y"
  ],
  [
    "get",
    "z"
  ],
  1
]