Skip to content
This repository has been archived by the owner on Sep 3, 2020. It is now read-only.

Extract local from interpolated String #26

Closed
michih57 opened this issue Aug 22, 2013 · 1 comment
Closed

Extract local from interpolated String #26

michih57 opened this issue Aug 22, 2013 · 1 comment

Comments

@michih57
Copy link
Contributor

Extract local from an expression inside an interpolated string currently mangles the source code.

An example:

val i = s"example string ${5+5}"

Extracting the expression 5+5 to the val extracted results in:

val extracted = 5+5
val i = extracted}"
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants