lix/tests/lang/eval-okay-regression-20220122.nix
Eelco Dolstra bed8270c0c Fix parsing of variable names that are a prefix of '__curPos'
Fixes

  $ nix-instantiate --parse -E 'x: with x; _'
  (x: (with x; __curPos))
2022-01-24 15:18:18 +01:00

2 lines
26 B
Nix

((_: _) 1) + ((__: __) 2)