cheptsov / AdvancedExpressionFolding

https://plugins.jetbrains.com/plugin/9320?pr=idea
140 stars 30 forks source link

Incorrect interpolation when adding to Map #109

Open patbeagan1 opened 6 years ago

patbeagan1 commented 6 years ago

screen shot 2018-01-30 at 4 25 19 pm

In this case, the interpolated string is not being closed. The end of the line should have }". The expanded string is data.add("System name = " + event.systemName);