Project

General

Profile

Bug #7102

Updated by François ARMAND almost 10 years ago

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).  



 See: https://www.assembla.com/spaces/scala-ide/tickets/1002534-false-negative-in-string-interpolator-leading-to-compilation-erro

Back