forked from lix-project/lix
3 lines
54 B
Nix
3 lines
54 B
Nix
|
let const = a: "const"; in
|
||
|
''${ const { x = "q"; }}''
|