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
{{ message }}
This repository has been archived by the owner on Oct 25, 2019. It is now read-only.
Place the cursor at the
s
variable and press Alt+Enter, inline.Expected: The expression
paste(s1, s2)
is moved.Actual: After moving, the expression is only
paste
, without the function call and the arguments.Probably related: inlining the expression
i + 1
only copies thei
; the+ 1
is lost.The text was updated successfully, but these errors were encountered: