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