ed23c8568e
This reverts commit8120b6fb8a
and fixes the regression introduced in8d22b26448
.
2 lines
54 B
Nix
2 lines
54 B
Nix
let const = a: "const"; in
|
|
''${ const { x = "q"; }}''
|