summaryrefslogtreecommitdiff
path: root/test/fixtures/expression_equality/in.a.json
blob: 2632695c6fc0649e4d31e8e9081c78dfdab70914 (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"
      ]
    ]
  ]
]