Added String Concat -> Interpolation Intention (KT-4750)
This commit is contained in:
committed by
Nikolay Krasko
parent
380f1875b8
commit
42f186b33f
@@ -0,0 +1,5 @@
|
||||
// IS_APPLICABLE: false
|
||||
fun main(args: Array<String>){
|
||||
var x = "abcd"
|
||||
x +=<caret> "42"
|
||||
}
|
||||
Reference in New Issue
Block a user