forked from lix-project/lix
4f7824c58e
"tests/lang.sh" can handle this.
3 lines
54 B
Nix
3 lines
54 B
Nix
let const = a: "const"; in
|
|
''${ const { x = "q"; }}''
|