Add intention to convert concatenation to raw string #KT-17503 Fixed

This commit is contained in:
Kirill Rakhman
2017-04-24 20:54:01 +02:00
committed by Mikhail Glukhikh
parent 50085722d1
commit 76507caf4b
10 changed files with 70 additions and 3 deletions
@@ -0,0 +1,5 @@
<html>
<body>
Converts a statement that builds a String using '+' to one that builds a String using a raw String
</body>
</html>