Add resources-en for idea
#KT-38297 Fixed
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
fun foo(x: Int, y: String) {
|
||||
val z = y
|
||||
val w = x.toString()
|
||||
}
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
fun foo(x: Int, y: String) {
|
||||
val z = "$y"
|
||||
val w = "$x"
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
<html>
|
||||
<body>
|
||||
This intention replaces single-expression string templates with the expression itself, adding a <b>toString()</b> call if necessary.
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user