summaryrefslogtreecommitdiff
path: root/test/fixtures/expression_equality/in.b.json
blob: a63a94fb005e24515325b2257ac02b8f9e012337 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[
  "number",
  [
    "in",
    [
      "number",
      [
        "get",
        "i"
      ]
    ],
    [
      "array",
      [
        "get",
        "arr_other"
      ]
    ]
  ]
]