Actions
Bug #7102
closedArchitecture #6903: Switch to Scala 2.11.x and lift 2.6.2
Strange behaviour with string interpollation in scala IDE
Status:
Released
Priority:
1 (highest)
Assignee:
Category:
Architecture - Dependencies
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
For some reason, since the switch on Scala 2.11 and Scala IDE 4.1.1, the string interpolator warner goes made in """ val foo = "$foo" """ and I can't work anymore.
The simple workaround is to just change variable name (especially here, where it's just in a test).
Actions