Reproduce as follows: in REPL run: ``` ↪ (as 'symbol "--------") -------- ↪ (as 'symbol "foo") foo----- ↪ ``` The expected behavior is that `"foo"` as a symbol is `foo`.
Reproduce as follows: in REPL run:
The expected behavior is that
"foo"as a symbol isfoo.