lix/tests/functional/repl_characterization/data/regression_9918.nix
Jade Lovelace 8a8715af89 Add regression tests for #9917, #9918
Change-Id: Ib0591e1499c5dba5e5a83ee75a899c9d16986827
2024-03-15 12:31:16 -07:00

5 lines
45 B
Nix

let
r = [];
x = builtins.throw r;
in
x