Add "Copy concatenation text to clipboard" intention #KT-13744 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
023c02deb3
commit
391a0fdde5
@@ -0,0 +1,5 @@
|
||||
// IS_APPLICABLE: true
|
||||
// INTENTION_TEXT: Copy concatenation text to clipboard
|
||||
|
||||
val b = 100
|
||||
val s = "" + b<caret> + "foo"
|
||||
Reference in New Issue
Block a user