Added String Concat -> Interpolation Intention (KT-4750)
This commit is contained in:
committed by
Nikolay Krasko
parent
380f1875b8
commit
42f186b33f
+2
@@ -0,0 +1,2 @@
|
||||
val x = "World"
|
||||
val y = <spot>"Hello $x"</spot>
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
val x = "World"
|
||||
val y = <spot>"Hello " + x</spot>
|
||||
@@ -0,0 +1,5 @@
|
||||
<html>
|
||||
<body>
|
||||
Converts a statement that builds a String using '+' to one that builds a String using a String template
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user