You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the following code, when you do Refactor > Rename on the foo variable and rename it to bar while Parinfer is enabled, then it produces the following broken code.
Before:
(nsexample)
(let [foo (map (fn [x]
{:x x})
[])])
After:
(nsexample)
(let [bar (map (fn [x])
{:x x})
[]])
Cursive version: v1.8.1-eap2-2018.3
IDEA version: IntelliJ IDEA 2018.3.4 (Ultimate Edition) Build #IU-183.5429.30
The text was updated successfully, but these errors were encountered:
In the following code, when you do
Refactor > Rename
on thefoo
variable and rename it tobar
while Parinfer is enabled, then it produces the following broken code.Before:
After:
Cursive version: v1.8.1-eap2-2018.3
IDEA version: IntelliJ IDEA 2018.3.4 (Ultimate Edition) Build #IU-183.5429.30
The text was updated successfully, but these errors were encountered: