aboutsummaryrefslogtreecommitdiff
path: root/bin/tests/data/empty_let_in.nix
blob: 54fee2ae245093a76a0a08aef1303c5a2b51bf19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[
  (
    let
    in
    null
  )
  (
    let
      # don't match this, we have a comment
    in
    null
  )
]