index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
lang
/
parse-okay-regression-751.nix
blob: 05c78b3016d39c384b94796538ff162d5d0c7cb5 (
plain
)
1
2
let
const
=
a
:
"const"
;
in
''
${
const
{
x
=
"q"
;
}
}
''