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