summaryrefslogtreecommitdiff
path: root/test/fixtures/expression_equality/any.b.json
blob: 720662751fab0e2ebd3389708aef7c6710942fae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[
  "any",
  [
    "boolean",
    [
      "get",
      "x"
    ]
  ],
  [
    "boolean",
    [
      "get",
      "y_other"
    ]
  ]
]